Html Css Color HEX #165529 Crusoe

📋 copy color: '#165529'

red 22 ◦ green 85 ◦ blue 41

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

Shades of Crusoe #165529

Tints of Crusoe #165529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.7%

R = 14.86%
G = 57.43%
B = 27.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#165529 (or 0x165529) is known color: Crusoe. HEX triplet: 16, 55 and 29. RGB value is (22,85,41). Sum of RGB (Red+Green+Blue) = 22+85+41=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #165529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165529 is #E9AAD6. Grayscale: #3D3D3D. Windows color (decimal): -15313623 or 2708758. OLE color: 2708758.

HSL color Cylindrical-coordinate representation of color #165529: hue angle of 138.1º 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 #165529 is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 85 41 -
CMYK 0.74 0 0.52 0.67
HSL 138.1º 0.59% 0.21% -
HSV(B) 138.1º 0.74% 0.33% -
XYZ 3.98 6.83 3.21 -
YUV 61.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 22 85 41 0.74 0 0.52 0.67 138.1 0.59 0.21
Hex 16 55 29 4A 0 34 43 8A 3B 15
Octal 26 125 51 112 0 64 103 212 73 25
Binary 10110 1010101 101001 1001010 0 110100 1000011 10001010 111011 10101

Color Harmonies of #165529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165529

Black with #165529

Text Example


Text Example

White with #165529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165529; }

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

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

background-color css

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

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

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

border-color css

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

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

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