Html Css Color HEX #036620 Crusoe

📋 copy color: '#036620'

red 3 ◦ green 102 ◦ blue 32

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

Shades of Crusoe #036620

Tints of Crusoe #036620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 74.45%

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

R = 2.19%
G = 74.45%
B = 23.36%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#036620 (or 0x036620) is known color: Crusoe. HEX triplet: 03, 66 and 20. RGB value is (3,102,32). Sum of RGB (Red+Green+Blue) = 3+102+32=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #036620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036620 is #FC99DF. Grayscale: #404040. Windows color (decimal): -16554464 or 2123267. OLE color: 2123267.

HSL color Cylindrical-coordinate representation of color #036620: hue angle of 137.58º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036620 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 32 -
CMYK 0.97 0 0.69 0.6
HSL 137.58º 0.94% 0.21% -
HSV(B) 137.58º 0.97% 0.4% -
XYZ 5.05 9.63 2.96 -
YUV 64.42 109.7 84.19 -
System Red Green Blue C M Y K H S L
Decimal 3 102 32 0.97 0 0.69 0.6 137.58 0.94 0.21
Hex 3 66 20 61 0 45 3C 8A 5E 15
Octal 3 146 40 141 0 105 74 212 136 25
Binary 11 1100110 100000 1100001 0 1000101 111100 10001010 1011110 10101

Color Harmonies of #036620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036620

Black with #036620

Text Example


Text Example

White with #036620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036620; }

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

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

background-color css

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

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

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

border-color css

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

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

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