#16763D

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

Shades of Dark Spring Green #16763D

Tints of Dark Spring Green #16763D

Color information

#16763D (or 0x16763D) is unknown color: approx Dark Spring Green. HEX triplet: 16, 76 and 3D. RGB value is (22,118,61). Sum of RGB (Red+Green+Blue) = 22+118+61=201 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.95% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #16763D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16763D is #E989C2. Grayscale: #525252. Windows color (decimal): -15305155 or 4027926. OLE color: 4027926.

HSL color Cylindrical-coordinate representation of color #16763D: hue angle of 144.38º 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 #16763D is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB2211861-
CMYK0.8100.480.54
HSL144.38º68.57%27.45%-
HSV(B)144.38º81.36%46.27%-
XYZ7.6513.466.61-
YUV82.8115.784.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.95%
GREEN value IS 118 (46.48% from 255) = 58.71%
BLUE value IS 61 (24.22% from 255) = 30.35%
R=10.95%
G=58.71%
B=30.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22118610.8100.480.54144.3868.5727.45
Hex16763D510303690451b
Octal26166751210606622010533
Binary1011011101101111011010001011000011011010010000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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