#036317

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

Shades of Crusoe #036317

Tints of Crusoe #036317

Color information

#036317 (or 0x036317) is unknown color: approx Crusoe. HEX triplet: 03, 63 and 17. RGB value is (3,99,23). Sum of RGB (Red+Green+Blue) = 3+99+23=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 99 (39.06% from 255 or 79.2% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 99 - color contains mainly: green. Hex color #036317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036317 is #FC9CE8. Grayscale: #3D3D3D. Windows color (decimal): -16555241 or 1532675. OLE color: 1532675.

HSL color Cylindrical-coordinate representation of color #036317: hue angle of 132.5º 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 #036317 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB39923-
CMYK0.9700.770.61
HSL132.5º94.12%20%-
HSV(B)132.5º96.97%38.82%-
XYZ4.6592.3-
YUV61.63106.286.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 99 (39.06% from 255) = 79.2%
BLUE value IS 23 (9.38% from 255) = 18.4%
R=2.4%
G=79.2%
B=18.4%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399230.9700.770.61132.594.1220
Hex363176104D3D845e14
Octal31432714101157520413624
Binary1111000111011111000010100110111110110000100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036317; }

 p { color: rgb(3,99,23); }

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

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

 a { background-color: rgb(3,99,23); }

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

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

 span { border-color: rgb(3,99,23); }

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