#037426

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

Shades of Crusoe #037426

Tints of Crusoe #037426

Color information

#037426 (or 0x037426) is unknown color: approx Crusoe. HEX triplet: 03, 74 and 26. RGB value is (3,116,38). Sum of RGB (Red+Green+Blue) = 3+116+38=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 116 (45.70% from 255 or 73.89% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 116 - color contains mainly: green. Hex color #037426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #037426 is #FC8BD9. Grayscale: #494949. Windows color (decimal): -16550874 or 2520067. OLE color: 2520067.

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

Color convert

RGB311638-
CMYK0.9700.670.55
HSL138.58º94.96%23.33%-
HSV(B)138.58º97.41%45.49%-
XYZ6.6312.653.93-
YUV73.32108.0677.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 116 (45.70% from 255) = 73.89%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=1.91%
G=73.89%
B=24.20%

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
Decimal3116380.9700.670.55138.5894.9623.33
Hex3742661043378b5f17
Octal31644614101036721313727
Binary11111010010011011000010100001111011110001011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037426; }

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

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

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

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

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

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

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

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