#047426

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

Shades of Crusoe #047426

Tints of Crusoe #047426

Color information

#047426 (or 0x047426) is unknown color: approx Crusoe. HEX triplet: 04, 74 and 26. RGB value is (4,116,38). Sum of RGB (Red+Green+Blue) = 4+116+38=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 116 (45.70% from 255 or 73.42% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 116 - color contains mainly: green. Hex color #047426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047426 is #FB8BD9. Grayscale: #494949. Windows color (decimal): -16485338 or 2520068. OLE color: 2520068.

HSL color Cylindrical-coordinate representation of color #047426: hue angle of 138.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047426 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB411638-
CMYK0.9700.670.55
HSL138.21º93.33%23.53%-
HSV(B)138.21º96.55%45.49%-
XYZ6.6512.663.93-
YUV73.62107.8978.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 116 (45.70% from 255) = 73.42%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=2.53%
G=73.42%
B=24.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4116380.9700.670.55138.2193.3323.53
Hex4742661043378a5d18
Octal41644614101036721213530
Binary100111010010011011000010100001111011110001010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047426; }

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

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

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

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

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

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

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

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