Html Css Color HEX #036015 Crusoe

📋 copy color: '#036015'

red 3 ◦ green 96 ◦ blue 21

#036015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #036015

Tints of Crusoe #036015

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 value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#036015 (or 0x036015) is known color: 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

RGB 3 96 21 -
CMYK 0.97 0 0.78 0.62
HSL 131.61º 0.94% 0.19% -
HSV(B) 131.61º 0.97% 0.38% -
XYZ 4.36 8.44 2.11 -
YUV 59.64 106.19 87.6 -
System Red Green Blue C M Y K H S L
Decimal 3 96 21 0.97 0 0.78 0.62 131.61 0.94 0.19
Hex 3 60 15 61 0 4E 3E 84 5E 13
Octal 3 140 25 141 0 116 76 204 136 23
Binary 11 1100000 10101 1100001 0 1001110 111110 10000100 1011110 10011

Color Harmonies of #036015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036015

Black with #036015

Text Example


Text Example

White with #036015

Text Example


Text Example

HTML Codes & Css Web 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>