#16532C

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

Shades of Crusoe #16532C

Tints of Crusoe #16532C

Color information

#16532C (or 0x16532C) is unknown color: approx Crusoe. HEX triplet: 16, 53 and 2C. RGB value is (22,83,44). Sum of RGB (Red+Green+Blue) = 22+83+44=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #16532C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16532C is #E9ACD3. Grayscale: #3C3C3C. Windows color (decimal): -15314132 or 2904854. OLE color: 2904854.

HSL color Cylindrical-coordinate representation of color #16532C: hue angle of 141.64º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16532C is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB228344-
CMYK0.7300.470.67
HSL141.64º58.1%20.59%-
HSV(B)141.64º73.49%32.55%-
XYZ3.886.543.44-
YUV60.31118.79100.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 83 (32.81% from 255) = 55.70%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=14.77%
G=55.70%
B=29.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2283440.7300.470.67141.6458.120.59
Hex16532C4902F438e3a15
Octal26123541110571032167225
Binary1011010100111011001001001010111110000111000111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16532C; }

 p { color: rgb(22,83,44); }

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

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

 a { background-color: rgb(22,83,44); }

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

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

 span { border-color: rgb(22,83,44); }

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