Html Css Color HEX #165533 Crusoe

📋 copy color: '#165533'

red 22 ◦ green 85 ◦ blue 51

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

Shades of Crusoe #165533

Tints of Crusoe #165533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.8%

 BLUE value IS 51 (20.31% from 255) = 32.28%

R = 13.92%
G = 53.8%
B = 32.28%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#165533 (or 0x165533) is known color: Crusoe. HEX triplet: 16, 55 and 33. RGB value is (22,85,51). Sum of RGB (Red+Green+Blue) = 22+85+51=158 (20% of max value = 765). Red value is 22 (8.98% from 255 or 13.92% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #165533 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165533 is #E9AACC. Grayscale: #3E3E3E. Windows color (decimal): -15313613 or 3364118. OLE color: 3364118.

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

Color convert

RGB 22 85 51 -
CMYK 0.74 0 0.40 0.67
HSL 147.62º 0.59% 0.21% -
HSV(B) 147.62º 0.74% 0.33% -
XYZ 4.18 6.91 4.24 -
YUV 62.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 22 85 51 0.74 0 0.40 0.67 147.62 0.59 0.21
Hex 16 55 33 4A 0 28 43 94 3B 15
Octal 26 125 63 112 0 50 103 224 73 25
Binary 10110 1010101 110011 1001010 0 101000 1000011 10010100 111011 10101

Color Harmonies of #165533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165533

Black with #165533

Text Example


Text Example

White with #165533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165533; }

 p { color: rgb(22,85,51); }

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

background-color css

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

 a { background-color: rgb(22,85,51); }

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

border-color css

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

 span { border-color: rgb(22,85,51); }

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