#165128

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

Shades of Crusoe #165128

Tints of Crusoe #165128

Color information

#165128 (or 0x165128) is unknown color: approx Crusoe. HEX triplet: 16, 51 and 28. RGB value is (22,81,40). Sum of RGB (Red+Green+Blue) = 22+81+40=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #165128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165128 is #E9AED7. Grayscale: #3A3A3A. Windows color (decimal): -15314648 or 2642198. OLE color: 2642198.

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

Color convert

RGB228140-
CMYK0.7300.510.68
HSL138.31º57.28%20.2%-
HSV(B)138.31º72.84%31.76%-
XYZ3.666.213.01-
YUV58.68117.45101.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.38%
GREEN value IS 81 (32.03% from 255) = 56.64%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=15.38%
G=56.64%
B=27.97%

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
Decimal2281400.7300.510.68138.3157.2820.2
Hex16512849033448a3914
Octal26121501110631042127124
Binary1011010100011010001001001011001110001001000101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165128; }

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

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

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

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

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

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

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

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