#165C1E

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

Shades of Crusoe #165C1E

Tints of Crusoe #165C1E

Color information

#165C1E (or 0x165C1E) is unknown color: approx Crusoe. HEX triplet: 16, 5C and 1E. RGB value is (22,92,30). Sum of RGB (Red+Green+Blue) = 22+92+30=144 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.28% from 144); Green value is 92 (36.33% from 255 or 63.89% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 92 - color contains mainly: green. Hex color #165C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165C1E is #E9A3E1. Grayscale: #404040. Windows color (decimal): -15311842 or 1989654. OLE color: 1989654.

HSL color Cylindrical-coordinate representation of color #165C1E: hue angle of 126.86º 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 #165C1E is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB229230-
CMYK0.7600.670.64
HSL126.86º61.4%22.35%-
HSV(B)126.86º76.09%36.08%-
XYZ4.397.922.53-
YUV64108.8198.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.28%
GREEN value IS 92 (36.33% from 255) = 63.89%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=15.28%
G=63.89%
B=20.83%

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
Decimal2292300.7600.670.64126.8661.422.35
Hex165C1E4C043407f3d16
Octal261343611401031001777526
Binary101101011100111101001100010000111000000111111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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