#165124

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

Shades of Crusoe #165124

Tints of Crusoe #165124

Color information

#165124 (or 0x165124) is unknown color: approx Crusoe. HEX triplet: 16, 51 and 24. RGB value is (22,81,36). Sum of RGB (Red+Green+Blue) = 22+81+36=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #165124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165124 is #E9AEDB. Grayscale: #3A3A3A. Windows color (decimal): -15314652 or 2380054. OLE color: 2380054.

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

Color convert

RGB228136-
CMYK0.7300.560.68
HSL134.24º57.28%20.2%-
HSV(B)134.24º72.84%31.76%-
XYZ3.596.182.67-
YUV58.23115.45102.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 81 (32.03% from 255) = 58.27%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=15.83%
G=58.27%
B=25.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2281360.7300.560.68134.2457.2820.2
Hex1651244903844863914
Octal26121441110701042067124
Binary1011010100011001001001001011100010001001000011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165124; }

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

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

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

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

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

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

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

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