Html Css Color HEX #165620 Crusoe

📋 copy color: '#165620'

red 22 ◦ green 86 ◦ blue 32

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

Shades of Crusoe #165620

Tints of Crusoe #165620

RGB

 RED value IS 22 (8.98% from 255) = 15.71%

 GREEN value IS 86 (33.98% from 255) = 61.43%

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

R = 15.71%
G = 61.43%
B = 22.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#165620 (or 0x165620) is known color: Crusoe. HEX triplet: 16, 56 and 20. RGB value is (22,86,32). Sum of RGB (Red+Green+Blue) = 22+86+32=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 86 (33.98% from 255 or 61.43% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 86 - color contains mainly: green. Hex color #165620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165620 is #E9A9DF. Grayscale: #3C3C3C. Windows color (decimal): -15313376 or 2119190. OLE color: 2119190.

HSL color Cylindrical-coordinate representation of color #165620: hue angle of 129.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165620 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 86 32 -
CMYK 0.74 0 0.63 0.66
HSL 129.38º 0.59% 0.21% -
HSV(B) 129.38º 0.74% 0.34% -
XYZ 3.92 6.93 2.5 -
YUV 60.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 22 86 32 0.74 0 0.63 0.66 129.38 0.59 0.21
Hex 16 56 20 4A 0 3F 42 81 3B 15
Octal 26 126 40 112 0 77 102 201 73 25
Binary 10110 1010110 100000 1001010 0 111111 1000010 10000001 111011 10101

Color Harmonies of #165620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165620

Black with #165620

Text Example


Text Example

White with #165620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165620; }

 p { color: rgb(22,86,32); }

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

background-color css

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

 a { background-color: rgb(22,86,32); }

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

border-color css

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

 span { border-color: rgb(22,86,32); }

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