#165930

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

Shades of Crusoe #165930

Tints of Crusoe #165930

Color information

#165930 (or 0x165930) is unknown color: approx Crusoe. HEX triplet: 16, 59 and 30. RGB value is (22,89,48). Sum of RGB (Red+Green+Blue) = 22+89+48=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #165930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165930 is #E9A6CF. Grayscale: #404040. Windows color (decimal): -15312592 or 3168534. OLE color: 3168534.

HSL color Cylindrical-coordinate representation of color #165930: hue angle of 143.28º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165930 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB228948-
CMYK0.7500.460.65
HSL143.28º60.36%21.76%-
HSV(B)143.28º75.28%34.9%-
XYZ4.447.534.02-
YUV64.29118.897.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=13.84%
G=55.97%
B=30.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2289480.7500.460.65143.2860.3621.76
Hex1659304B02E418f3c16
Octal26131601130561012177426
Binary1011010110011100001001011010111010000011000111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165930; }

 p { color: rgb(22,89,48); }

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

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

 a { background-color: rgb(22,89,48); }

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

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

 span { border-color: rgb(22,89,48); }

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