#16763B

Color #16763B Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #16763B

Tints of Dark Spring Green #16763B

Color information

#16763B (or 0x16763B) is unknown color: approx Dark Spring Green. HEX triplet: 16, 76 and 3B. RGB value is (22,118,59). Sum of RGB (Red+Green+Blue) = 22+118+59=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #16763B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16763B is #E989C4. Grayscale: #525252. Windows color (decimal): -15305157 or 3896854. OLE color: 3896854.

HSL color Cylindrical-coordinate representation of color #16763B: hue angle of 143.12º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16763B is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB2211859-
CMYK0.8100.500.54
HSL143.12º68.57%27.45%-
HSV(B)143.12º81.36%46.27%-
XYZ7.613.446.33-
YUV82.57114.784.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 118 (46.48% from 255) = 59.30%
BLUE value IS 59 (23.44% from 255) = 29.65%
R=11.06%
G=59.30%
B=29.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22118590.8100.500.54143.1268.5727.45
Hex16763B51032368f451b
Octal26166731210626621710533
Binary1011011101101110111010001011001011011010001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,118,59); }

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

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

 a { background-color: rgb(22,118,59); }

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

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

 span { border-color: rgb(22,118,59); }

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