#047126

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

Shades of Crusoe #047126

Tints of Crusoe #047126

Color information

#047126 (or 0x047126) is unknown color: approx Crusoe. HEX triplet: 04, 71 and 26. RGB value is (4,113,38). Sum of RGB (Red+Green+Blue) = 4+113+38=155 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.58% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #047126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047126 is #FB8ED9. Grayscale: #484848. Windows color (decimal): -16486106 or 2519300. OLE color: 2519300.

HSL color Cylindrical-coordinate representation of color #047126: hue angle of 138.72º 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 #047126 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB411338-
CMYK0.9600.660.56
HSL138.72º93.16%22.94%-
HSV(B)138.72º96.46%44.31%-
XYZ6.3111.983.81-
YUV71.86108.8979.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.58%
GREEN value IS 113 (44.53% from 255) = 72.90%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=2.58%
G=72.90%
B=24.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4113380.9600.660.56138.7293.1622.94
Hex4712660042388b5d17
Octal41614614001027021313527
Binary100111000110011011000000100001011100010001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047126; }

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

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

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

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

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

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

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

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