#036017

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

Shades of Crusoe #036017

Tints of Crusoe #036017

Color information

#036017 (or 0x036017) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 17. RGB value is (3,96,23). Sum of RGB (Red+Green+Blue) = 3+96+23=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #036017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036017 is #FC9FE8. Grayscale: #3C3C3C. Windows color (decimal): -16556009 or 1531907. OLE color: 1531907.

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

Color convert

RGB39623-
CMYK0.9700.760.62
HSL132.9º93.94%19.41%-
HSV(B)132.9º96.88%37.65%-
XYZ4.388.452.21-
YUV59.87107.1987.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 96 (37.89% from 255) = 78.69%
BLUE value IS 23 (9.38% from 255) = 18.85%
R=2.46%
G=78.69%
B=18.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396230.9700.760.62132.993.9419.41
Hex360176104C3E855e13
Octal31402714101147620513623
Binary1111000001011111000010100110011111010000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036017; }

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

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

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

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

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

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

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

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