#165B2A

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

Shades of Crusoe #165B2A

Tints of Crusoe #165B2A

Color information

#165B2A (or 0x165B2A) is unknown color: approx Crusoe. HEX triplet: 16, 5B and 2A. RGB value is (22,91,42). Sum of RGB (Red+Green+Blue) = 22+91+42=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 91 (35.94% from 255 or 58.71% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 91 - color contains mainly: green. Hex color #165B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165B2A is #E9A4D5. Grayscale: #404040. Windows color (decimal): -15312086 or 2775830. OLE color: 2775830.

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

Color convert

RGB229142-
CMYK0.7600.540.64
HSL137.39º61.06%22.16%-
HSV(B)137.39º75.82%35.69%-
XYZ4.497.823.46-
YUV64.78115.1497.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.19%
GREEN value IS 91 (35.94% from 255) = 58.71%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=14.19%
G=58.71%
B=27.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2291420.7600.540.64137.3961.0622.16
Hex165B2A4C03640893d16
Octal26133521140661002117526
Binary1011010110111010101001100011011010000001000100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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