#036015

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

Shades of Crusoe #036015

Tints of Crusoe #036015

Color information

#036015 (or 0x036015) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 15. RGB value is (3,96,21). Sum of RGB (Red+Green+Blue) = 3+96+21=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 96 (37.89% from 255 or 80% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 96 - color contains mainly: green. Hex color #036015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036015 is #FC9FEA. Grayscale: #3B3B3B. Windows color (decimal): -16556011 or 1400835. OLE color: 1400835.

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

Color convert

RGB39621-
CMYK0.9700.780.62
HSL131.61º93.94%19.41%-
HSV(B)131.61º96.88%37.65%-
XYZ4.368.442.11-
YUV59.64106.1987.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 96 (37.89% from 255) = 80%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=2.5%
G=80%
B=17.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396210.9700.780.62131.6193.9419.41
Hex360156104E3E845e13
Octal31402514101167620413623
Binary1111000001010111000010100111011111010000100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036015; }

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

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

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

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

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

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

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

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