#165B1E

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

Shades of Crusoe #165B1E

Tints of Crusoe #165B1E

Color information

#165B1E (or 0x165B1E) is unknown color: approx Crusoe. HEX triplet: 16, 5B and 1E. RGB value is (22,91,30). Sum of RGB (Red+Green+Blue) = 22+91+30=143 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.38% from 143); Green value is 91 (35.94% from 255 or 63.64% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 91 - color contains mainly: green. Hex color #165B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B1E is #E9A4E1. Grayscale: #3F3F3F. Windows color (decimal): -15312098 or 1989398. OLE color: 1989398.

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

Color convert

RGB229130-
CMYK0.7600.670.64
HSL126.96º61.06%22.16%-
HSV(B)126.96º75.82%35.69%-
XYZ4.317.752.5-
YUV63.41109.1498.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.38%
GREEN value IS 91 (35.94% from 255) = 63.64%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=15.38%
G=63.64%
B=20.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2291300.7600.670.64126.9661.0622.16
Hex165B1E4C043407f3d16
Octal261333611401031001777526
Binary101101011011111101001100010000111000000111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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