Html Css Color HEX #165332 Crusoe

📋 copy color: '#165332'

red 22 ◦ green 83 ◦ blue 50

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

Shades of Crusoe #165332

Tints of Crusoe #165332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.55%

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

R = 14.19%
G = 53.55%
B = 32.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#165332 (or 0x165332) is known color: Crusoe. HEX triplet: 16, 53 and 32. RGB value is (22,83,50). Sum of RGB (Red+Green+Blue) = 22+83+50=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #165332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165332 is #E9ACCD. Grayscale: #3D3D3D. Windows color (decimal): -15314126 or 3298070. OLE color: 3298070.

HSL color Cylindrical-coordinate representation of color #165332: hue angle of 147.54º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165332 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 83 50 -
CMYK 0.73 0 0.40 0.67
HSL 147.54º 0.58% 0.21% -
HSV(B) 147.54º 0.73% 0.33% -
XYZ 4 6.59 4.08 -
YUV 61 121.79 100.18 -
System Red Green Blue C M Y K H S L
Decimal 22 83 50 0.73 0 0.40 0.67 147.54 0.58 0.21
Hex 16 53 32 49 0 28 43 94 3A 15
Octal 26 123 62 111 0 50 103 224 72 25
Binary 10110 1010011 110010 1001001 0 101000 1000011 10010100 111010 10101

Color Harmonies of #165332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165332

Black with #165332

Text Example


Text Example

White with #165332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165332; }

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

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

background-color css

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

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

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

border-color css

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

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

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