#036718

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

Shades of Crusoe #036718

Tints of Crusoe #036718

Color information

#036718 (or 0x036718) is unknown color: approx Crusoe. HEX triplet: 03, 67 and 18. RGB value is (3,103,24). Sum of RGB (Red+Green+Blue) = 3+103+24=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 103 (40.62% from 255 or 79.23% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 103 - color contains mainly: green. Hex color #036718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036718 is #FC98E7. Grayscale: #404040. Windows color (decimal): -16554216 or 1599235. OLE color: 1599235.

HSL color Cylindrical-coordinate representation of color #036718: hue angle of 132.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036718 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB310324-
CMYK0.9700.770.60
HSL132.6º94.34%20.78%-
HSV(B)132.6º97.09%40.39%-
XYZ5.059.792.49-
YUV64.09105.3784.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 103 (40.62% from 255) = 79.23%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=2.31%
G=79.23%
B=18.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3103240.9700.770.60132.694.3420.78
Hex367186104D3C855e15
Octal31473014101157420513625
Binary1111001111100011000010100110111110010000101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036718; }

 p { color: rgb(3,103,24); }

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

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

 a { background-color: rgb(3,103,24); }

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

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

 span { border-color: rgb(3,103,24); }

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