Html Css Color HEX #165221 Crusoe

📋 copy color: '#165221'

red 22 ◦ green 82 ◦ blue 33

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

Shades of Crusoe #165221

Tints of Crusoe #165221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.85%

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 16.06%
G = 59.85%
B = 24.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#165221 (or 0x165221) is known color: Crusoe. HEX triplet: 16, 52 and 21. RGB value is (22,82,33). Sum of RGB (Red+Green+Blue) = 22+82+33=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #165221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165221 is #E9ADDE. Grayscale: #3A3A3A. Windows color (decimal): -15314399 or 2183702. OLE color: 2183702.

HSL color Cylindrical-coordinate representation of color #165221: hue angle of 131º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165221 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 22 82 33 -
CMYK 0.73 0 0.60 0.68
HSL 131º 0.58% 0.2% -
HSV(B) 131º 0.73% 0.32% -
XYZ 3.62 6.31 2.47 -
YUV 58.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 22 82 33 0.73 0 0.60 0.68 131 0.58 0.2
Hex 16 52 21 49 0 3C 44 83 3A 14
Octal 26 122 41 111 0 74 104 203 72 24
Binary 10110 1010010 100001 1001001 0 111100 1000100 10000011 111010 10100

Color Harmonies of #165221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165221

Black with #165221

Text Example


Text Example

White with #165221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165221; }

 p { color: rgb(22,82,33); }

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

background-color css

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

 a { background-color: rgb(22,82,33); }

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

border-color css

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

 span { border-color: rgb(22,82,33); }

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