#165228

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

Shades of Crusoe #165228

Tints of Crusoe #165228

Color information

#165228 (or 0x165228) is unknown color: approx Crusoe. HEX triplet: 16, 52 and 28. RGB value is (22,82,40). Sum of RGB (Red+Green+Blue) = 22+82+40=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #165228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165228 is #E9ADD7. Grayscale: #3B3B3B. Windows color (decimal): -15314392 or 2642454. OLE color: 2642454.

HSL color Cylindrical-coordinate representation of color #165228: hue angle of 138º 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 #165228 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB228240-
CMYK0.7300.510.68
HSL138º57.69%20.39%-
HSV(B)138º73.17%32.16%-
XYZ3.736.363.04-
YUV59.27117.12101.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.28%
GREEN value IS 82 (32.42% from 255) = 56.94%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=15.28%
G=56.94%
B=27.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2282400.7300.510.6813857.6920.39
Hex16522849033448a3a14
Octal26122501110631042127224
Binary1011010100101010001001001011001110001001000101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165228; }

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

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

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

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

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

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

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

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