#047123

Color #047123 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #047123

Tints of Crusoe #047123

Color information

#047123 (or 0x047123) is unknown color: approx Crusoe. HEX triplet: 04, 71 and 23. RGB value is (4,113,35). Sum of RGB (Red+Green+Blue) = 4+113+35=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #047123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047123 is #FB8EDC. Grayscale: #474747. Windows color (decimal): -16486109 or 2322692. OLE color: 2322692.

HSL color Cylindrical-coordinate representation of color #047123: hue angle of 137.06º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #047123 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB411335-
CMYK0.9600.690.56
HSL137.06º93.16%22.94%-
HSV(B)137.06º96.46%44.31%-
XYZ6.2611.963.57-
YUV71.52107.3979.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 113 (44.53% from 255) = 74.34%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=2.63%
G=74.34%
B=23.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4113350.9600.690.56137.0693.1622.94
Hex471236004538895d17
Octal41614314001057021113527
Binary100111000110001111000000100010111100010001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047123; }

 p { color: rgb(4,113,35); }

 H1.HeaderClassName
 {
   color: #047123;
 }
 .AnyTagClassName
 {
   color: #047123;
 }
</style>
background-color css

<style>
 a { background-color: #047123; }

 a { background-color: rgb(4,113,35); }

 div.DivClassName
 {
   background-color: #047123;
 }
 .BgClassName
 {
   background-color: #047123;
 }
</style>
border-color css

<style>
 span { border-color: #047123; }

 span { border-color: rgb(4,113,35); }

 td.TdClassName
 {
   border-color: #047123;
 }
 .TagClassName
 {
   border-color: #047123;
 }
</style>