Html Css Color HEX #036F2C Crusoe

📋 copy color: '#036F2C'

red 3 ◦ green 111 ◦ blue 44

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

Shades of Crusoe #036F2C

Tints of Crusoe #036F2C

RGB

 RED value IS 3 (1.56% from 255) = 1.9%

 GREEN value IS 111 (43.75% from 255) = 70.25%

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 1.9%
G = 70.25%
B = 27.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#036F2C (or 0x036F2C) is known color: Crusoe. HEX triplet: 03, 6F and 2C. RGB value is (3,111,44). Sum of RGB (Red+Green+Blue) = 3+111+44=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 111 (43.75% from 255 or 70.25% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 111 - color contains mainly: green. Hex color #036F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036F2C is #FC90D3. Grayscale: #474747. Windows color (decimal): -16552148 or 2912003. OLE color: 2912003.

HSL color Cylindrical-coordinate representation of color #036F2C: hue angle of 142.78º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036F2C is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 111 44 -
CMYK 0.97 0 0.60 0.56
HSL 142.78º 0.95% 0.22% -
HSV(B) 142.78º 0.97% 0.44% -
XYZ 6.18 11.57 4.29 -
YUV 71.07 112.72 79.45 -
System Red Green Blue C M Y K H S L
Decimal 3 111 44 0.97 0 0.60 0.56 142.78 0.95 0.22
Hex 3 6F 2C 61 0 3C 38 8F 5F 16
Octal 3 157 54 141 0 74 70 217 137 26
Binary 11 1101111 101100 1100001 0 111100 111000 10001111 1011111 10110

Color Harmonies of #036F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036F2C

Black with #036F2C

Text Example


Text Example

White with #036F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036F2C; }

 p { color: rgb(3,111,44); }

 H1.HeaderClassName
 {
   color: #036F2C;
 }
 .AnyTagClassName
 {
   color: #036F2C;
 }
</style>

background-color css

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

 a { background-color: rgb(3,111,44); }

 div.DivClassName
 {
   background-color: #036F2C;
 }
 .BgClassName
 {
   background-color: #036F2C;
 }
</style>

border-color css

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

 span { border-color: rgb(3,111,44); }

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