#165D1E

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

Shades of Crusoe #165D1E

Tints of Crusoe #165D1E

Color information

#165D1E (or 0x165D1E) is unknown color: approx Crusoe. HEX triplet: 16, 5D and 1E. RGB value is (22,93,30). Sum of RGB (Red+Green+Blue) = 22+93+30=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 93 (36.72% from 255 or 64.14% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 93 - color contains mainly: green. Hex color #165D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165D1E is #E9A2E1. Grayscale: #404040. Windows color (decimal): -15311586 or 1989910. OLE color: 1989910.

HSL color Cylindrical-coordinate representation of color #165D1E: hue angle of 126.76º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165D1E is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB229330-
CMYK0.7600.680.64
HSL126.76º61.74%22.55%-
HSV(B)126.76º76.34%36.47%-
XYZ4.488.092.55-
YUV64.59108.4897.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 93 (36.72% from 255) = 64.14%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=15.17%
G=64.14%
B=20.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2293300.7600.680.64126.7661.7422.55
Hex165D1E4C044407f3e17
Octal261353611401041001777627
Binary101101011101111101001100010001001000000111111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165D1E; }

 p { color: rgb(22,93,30); }

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

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

 a { background-color: rgb(22,93,30); }

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

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

 span { border-color: rgb(22,93,30); }

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