#16502B

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

Shades of Crusoe #16502B

Tints of Crusoe #16502B

Color information

#16502B (or 0x16502B) is unknown color: approx Crusoe. HEX triplet: 16, 50 and 2B. RGB value is (22,80,43). Sum of RGB (Red+Green+Blue) = 22+80+43=145 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.17% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #16502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16502B is #E9AFD4. Grayscale: #3A3A3A. Windows color (decimal): -15314901 or 2838550. OLE color: 2838550.

HSL color Cylindrical-coordinate representation of color #16502B: hue angle of 141.72º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16502B is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB228043-
CMYK0.7200.460.69
HSL141.72º56.86%20%-
HSV(B)141.72º72.5%31.37%-
XYZ3.646.083.27-
YUV58.44119.28102.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.17%
GREEN value IS 80 (31.64% from 255) = 55.17%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=15.17%
G=55.17%
B=29.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2280430.7200.460.69141.7256.8620
Hex16502B4802E458e3914
Octal26120531100561052167124
Binary1011010100001010111001000010111010001011000111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16502B; }

 p { color: rgb(22,80,43); }

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

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

 a { background-color: rgb(22,80,43); }

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

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

 span { border-color: rgb(22,80,43); }

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