Html Css Color HEX #165932 Crusoe

📋 copy color: '#165932'

red 22 ◦ green 89 ◦ blue 50

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

Shades of Crusoe #165932

Tints of Crusoe #165932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.28%

 BLUE value IS 50 (19.92% from 255) = 31.06%

R = 13.66%
G = 55.28%
B = 31.06%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#165932 (or 0x165932) is known color: Crusoe. HEX triplet: 16, 59 and 32. RGB value is (22,89,50). Sum of RGB (Red+Green+Blue) = 22+89+50=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 89 (35.16% from 255 or 55.28% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 89 - color contains mainly: green. Hex color #165932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165932 is #E9A6CD. Grayscale: #404040. Windows color (decimal): -15312590 or 3299606. OLE color: 3299606.

HSL color Cylindrical-coordinate representation of color #165932: hue angle of 145.07º 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 #165932 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 89 50 -
CMYK 0.75 0 0.44 0.65
HSL 145.07º 0.6% 0.22% -
HSV(B) 145.07º 0.75% 0.35% -
XYZ 4.48 7.55 4.24 -
YUV 64.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 22 89 50 0.75 0 0.44 0.65 145.07 0.6 0.22
Hex 16 59 32 4B 0 2C 41 91 3C 16
Octal 26 131 62 113 0 54 101 221 74 26
Binary 10110 1011001 110010 1001011 0 101100 1000001 10010001 111100 10110

Color Harmonies of #165932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165932

Black with #165932

Text Example


Text Example

White with #165932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165932; }

 p { color: rgb(22,89,50); }

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

background-color css

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

 a { background-color: rgb(22,89,50); }

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

border-color css

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

 span { border-color: rgb(22,89,50); }

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