#165433

Color #165433 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #165433

Tints of Crusoe #165433

Color information

#165433 (or 0x165433) is unknown color: approx Crusoe. HEX triplet: 16, 54 and 33. RGB value is (22,84,51). Sum of RGB (Red+Green+Blue) = 22+84+51=157 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.01% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #165433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165433 is #E9ABCC. Grayscale: #3D3D3D. Windows color (decimal): -15313869 or 3363862. OLE color: 3363862.

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

Color convert

RGB228451-
CMYK0.7400.390.67
HSL148.06º58.49%20.78%-
HSV(B)148.06º73.81%32.94%-
XYZ4.16.754.22-
YUV61.7121.9699.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.01%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 51 (20.31% from 255) = 32.48%
R=14.01%
G=53.50%
B=32.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2284510.7400.390.67148.0658.4920.78
Hex1654334A02743943a15
Octal26124631120471032247225
Binary1011010101001100111001010010011110000111001010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165433; }

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

 H1.HeaderClassName
 {
   color: #165433;
 }
 .AnyTagClassName
 {
   color: #165433;
 }
</style>
background-color css

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

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

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

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

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

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