#16551F

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

Shades of Crusoe #16551F

Tints of Crusoe #16551F

Color information

#16551F (or 0x16551F) is unknown color: approx Crusoe. HEX triplet: 16, 55 and 1F. RGB value is (22,85,31). Sum of RGB (Red+Green+Blue) = 22+85+31=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #16551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16551F is #E9AAE0. Grayscale: #3C3C3C. Windows color (decimal): -15313633 or 2053398. OLE color: 2053398.

HSL color Cylindrical-coordinate representation of color #16551F: hue angle of 128.57º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16551F is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB228531-
CMYK0.7400.640.67
HSL128.57º58.88%20.98%-
HSV(B)128.57º74.12%33.33%-
XYZ3.836.772.4-
YUV60.01111.63100.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 85 (33.59% from 255) = 61.59%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=15.94%
G=61.59%
B=22.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285310.7400.640.67128.5758.8820.98
Hex16551F4A04043813b15
Octal261253711201001032017325
Binary1011010101011111110010100100000010000111000000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16551F; }

 p { color: rgb(22,85,31); }

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

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

 a { background-color: rgb(22,85,31); }

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

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

 span { border-color: rgb(22,85,31); }

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