Html Css Color HEX #165820 Crusoe

📋 copy color: '#165820'

red 22 ◦ green 88 ◦ blue 32

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

Shades of Crusoe #165820

Tints of Crusoe #165820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 61.97%

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

R = 15.49%
G = 61.97%
B = 22.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#165820 (or 0x165820) is known color: Crusoe. HEX triplet: 16, 58 and 20. RGB value is (22,88,32). Sum of RGB (Red+Green+Blue) = 22+88+32=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #165820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165820 is #E9A7DF. Grayscale: #3E3E3E. Windows color (decimal): -15312864 or 2119702. OLE color: 2119702.

HSL color Cylindrical-coordinate representation of color #165820: hue angle of 129.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165820 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 88 32 -
CMYK 0.75 0 0.64 0.65
HSL 129.09º 0.6% 0.22% -
HSV(B) 129.09º 0.75% 0.35% -
XYZ 4.08 7.25 2.55 -
YUV 61.88 111.13 99.55 -
System Red Green Blue C M Y K H S L
Decimal 22 88 32 0.75 0 0.64 0.65 129.09 0.6 0.22
Hex 16 58 20 4B 0 40 41 81 3C 16
Octal 26 130 40 113 0 100 101 201 74 26
Binary 10110 1011000 100000 1001011 0 1000000 1000001 10000001 111100 10110

Color Harmonies of #165820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165820

Black with #165820

Text Example


Text Example

White with #165820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165820; }

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

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

background-color css

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

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

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

border-color css

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

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

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