Html Css Color HEX #036120 Crusoe

📋 copy color: '#036120'

red 3 ◦ green 97 ◦ blue 32

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

Shades of Crusoe #036120

Tints of Crusoe #036120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 73.48%

 BLUE value IS 32 (12.89% from 255) = 24.24%

R = 2.27%
G = 73.48%
B = 24.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#036120 (or 0x036120) is known color: Crusoe. HEX triplet: 03, 61 and 20. RGB value is (3,97,32). Sum of RGB (Red+Green+Blue) = 3+97+32=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 97 (38.28% from 255 or 73.48% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 97 - color contains mainly: green. Hex color #036120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036120 is #FC9EDF. Grayscale: #3D3D3D. Windows color (decimal): -16555744 or 2121987. OLE color: 2121987.

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

Color convert

RGB 3 97 32 -
CMYK 0.97 0 0.67 0.62
HSL 138.51º 0.94% 0.2% -
HSV(B) 138.51º 0.97% 0.38% -
XYZ 4.57 8.67 2.8 -
YUV 61.48 111.36 86.29 -
System Red Green Blue C M Y K H S L
Decimal 3 97 32 0.97 0 0.67 0.62 138.51 0.94 0.2
Hex 3 61 20 61 0 43 3E 8B 5E 14
Octal 3 141 40 141 0 103 76 213 136 24
Binary 11 1100001 100000 1100001 0 1000011 111110 10001011 1011110 10100

Color Harmonies of #036120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036120

Black with #036120

Text Example


Text Example

White with #036120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036120; }

 p { color: rgb(3,97,32); }

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

background-color css

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

 a { background-color: rgb(3,97,32); }

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

border-color css

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

 span { border-color: rgb(3,97,32); }

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