Html Css Color HEX #036322 Crusoe

📋 copy color: '#036322'

red 3 ◦ green 99 ◦ blue 34

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

Shades of Crusoe #036322

Tints of Crusoe #036322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25%

R = 2.21%
G = 72.79%
B = 25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#036322 (or 0x036322) is known color: Crusoe. HEX triplet: 03, 63 and 22. RGB value is (3,99,34). Sum of RGB (Red+Green+Blue) = 3+99+34=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 99 (39.06% from 255 or 72.79% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 99 - color contains mainly: green. Hex color #036322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036322 is #FC9CDD. Grayscale: #3F3F3F. Windows color (decimal): -16555230 or 2253571. OLE color: 2253571.

HSL color Cylindrical-coordinate representation of color #036322: hue angle of 139.38º 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 #036322 is Cyan = 0.97, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 99 34 -
CMYK 0.97 0 0.66 0.61
HSL 139.38º 0.94% 0.2% -
HSV(B) 139.38º 0.97% 0.39% -
XYZ 4.79 9.06 3.01 -
YUV 62.89 111.7 85.29 -
System Red Green Blue C M Y K H S L
Decimal 3 99 34 0.97 0 0.66 0.61 139.38 0.94 0.2
Hex 3 63 22 61 0 42 3D 8B 5E 14
Octal 3 143 42 141 0 102 75 213 136 24
Binary 11 1100011 100010 1100001 0 1000010 111101 10001011 1011110 10100

Color Harmonies of #036322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036322

Black with #036322

Text Example


Text Example

White with #036322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036322; }

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

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

background-color css

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

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

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

border-color css

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

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

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