#036014

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

Shades of Crusoe #036014

Tints of Crusoe #036014

Color information

#036014 (or 0x036014) is unknown color: approx Crusoe. HEX triplet: 03, 60 and 14. RGB value is (3,96,20). Sum of RGB (Red+Green+Blue) = 3+96+20=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #036014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036014 is #FC9FEB. Grayscale: #3B3B3B. Windows color (decimal): -16556012 or 1335299. OLE color: 1335299.

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

Color convert

RGB39620-
CMYK0.9700.790.62
HSL130.97º93.94%19.41%-
HSV(B)130.97º96.88%37.65%-
XYZ4.358.442.06-
YUV59.53105.6987.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 96 (37.89% from 255) = 80.67%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=2.52%
G=80.67%
B=16.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396200.9700.790.62130.9793.9419.41
Hex360146104F3E835e13
Octal31402414101177620313623
Binary1111000001010011000010100111111111010000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036014; }

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

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

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

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

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

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

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

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