Html Css Color HEX #036422 Crusoe

📋 copy color: '#036422'

red 3 ◦ green 100 ◦ blue 34

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

Shades of Crusoe #036422

Tints of Crusoe #036422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 72.99%

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

R = 2.19%
G = 72.99%
B = 24.82%

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

#036422 (or 0x036422) is known color: Crusoe. HEX triplet: 03, 64 and 22. RGB value is (3,100,34). Sum of RGB (Red+Green+Blue) = 3+100+34=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 100 (39.45% from 255 or 72.99% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 100 - color contains mainly: green. Hex color #036422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036422 is #FC9BDD. Grayscale: #3F3F3F. Windows color (decimal): -16554974 or 2253827. OLE color: 2253827.

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

Color convert

RGB 3 100 34 -
CMYK 0.97 0 0.66 0.61
HSL 139.18º 0.94% 0.2% -
HSV(B) 139.18º 0.97% 0.39% -
XYZ 4.88 9.25 3.04 -
YUV 63.47 111.36 84.87 -
System Red Green Blue C M Y K H S L
Decimal 3 100 34 0.97 0 0.66 0.61 139.18 0.94 0.2
Hex 3 64 22 61 0 42 3D 8B 5E 14
Octal 3 144 42 141 0 102 75 213 136 24
Binary 11 1100100 100010 1100001 0 1000010 111101 10001011 1011110 10100

Color Harmonies of #036422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036422

Black with #036422

Text Example


Text Example

White with #036422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036422; }

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

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

background-color css

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

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

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

border-color css

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

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

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