Html Css Color HEX #036520 Crusoe

📋 copy color: '#036520'

red 3 ◦ green 101 ◦ blue 32

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

Shades of Crusoe #036520

Tints of Crusoe #036520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 74.26%

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

R = 2.21%
G = 74.26%
B = 23.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#036520 (or 0x036520) is known color: Crusoe. HEX triplet: 03, 65 and 20. RGB value is (3,101,32). Sum of RGB (Red+Green+Blue) = 3+101+32=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #036520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036520 is #FC9ADF. Grayscale: #404040. Windows color (decimal): -16554720 or 2123011. OLE color: 2123011.

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

Color convert

RGB 3 101 32 -
CMYK 0.97 0 0.68 0.60
HSL 137.76º 0.94% 0.2% -
HSV(B) 137.76º 0.97% 0.4% -
XYZ 4.95 9.43 2.93 -
YUV 63.83 110.03 84.61 -
System Red Green Blue C M Y K H S L
Decimal 3 101 32 0.97 0 0.68 0.60 137.76 0.94 0.2
Hex 3 65 20 61 0 44 3C 8A 5E 14
Octal 3 145 40 141 0 104 74 212 136 24
Binary 11 1100101 100000 1100001 0 1000100 111100 10001010 1011110 10100

Color Harmonies of #036520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036520

Black with #036520

Text Example


Text Example

White with #036520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036520; }

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

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

background-color css

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

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

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

border-color css

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

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

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