Html Css Color HEX #036320 Crusoe

📋 copy color: '#036320'

red 3 ◦ green 99 ◦ blue 32

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

Shades of Crusoe #036320

Tints of Crusoe #036320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 73.88%

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

R = 2.24%
G = 73.88%
B = 23.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#036320 (or 0x036320) is known color: Crusoe. HEX triplet: 03, 63 and 20. RGB value is (3,99,32). Sum of RGB (Red+Green+Blue) = 3+99+32=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 99 (39.06% from 255 or 73.88% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 99 - color contains mainly: green. Hex color #036320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036320 is #FC9CDF. Grayscale: #3E3E3E. Windows color (decimal): -16555232 or 2122499. OLE color: 2122499.

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

Color convert

RGB 3 99 32 -
CMYK 0.97 0 0.68 0.61
HSL 138.13º 0.94% 0.2% -
HSV(B) 138.13º 0.97% 0.39% -
XYZ 4.76 9.05 2.86 -
YUV 62.66 110.7 85.45 -
System Red Green Blue C M Y K H S L
Decimal 3 99 32 0.97 0 0.68 0.61 138.13 0.94 0.2
Hex 3 63 20 61 0 44 3D 8A 5E 14
Octal 3 143 40 141 0 104 75 212 136 24
Binary 11 1100011 100000 1100001 0 1000100 111101 10001010 1011110 10100

Color Harmonies of #036320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036320

Black with #036320

Text Example


Text Example

White with #036320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036320; }

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

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

background-color css

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

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

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

border-color css

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

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

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