#036426

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

Shades of Crusoe #036426

Tints of Crusoe #036426

Color information

#036426 (or 0x036426) is unknown color: approx Crusoe. HEX triplet: 03, 64 and 26. RGB value is (3,100,38). Sum of RGB (Red+Green+Blue) = 3+100+38=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #036426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036426 is #FC9BD9. Grayscale: #404040. Windows color (decimal): -16554970 or 2515971. OLE color: 2515971.

HSL color Cylindrical-coordinate representation of color #036426: hue angle of 141.65º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036426 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB310038-
CMYK0.9700.620.61
HSL141.65º94.17%20.2%-
HSV(B)141.65º97%39.22%-
XYZ4.949.273.36-
YUV63.93113.3684.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 100 (39.45% from 255) = 70.92%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=2.13%
G=70.92%
B=26.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3100380.9700.620.61141.6594.1720.2
Hex364266103E3D8e5e14
Octal3144461410767521613624
Binary1111001001001101100001011111011110110001110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036426; }

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

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

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

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

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

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

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

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