#19863b

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

Shades of Dark Spring Green #19863B

Tints of Dark Spring Green #19863B

Color information

#19863B (or 0x19863B) is unknown color: approx Dark Spring Green. HEX triplet: 19, 86 and 3B. RGB value is (25,134,59). Sum of RGB (Red+Green+Blue) = 25+134+59=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #19863B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19863B is #E679C4. Grayscale: #5D5D5D. Windows color (decimal): -15104453 or 3900953. OLE color: 3900953.

HSL color Cylindrical-coordinate representation of color #19863B: hue angle of 138.72º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19863B is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB2513459-
CMYK0.8100.560.47
HSL138.72º68.55%31.18%-
HSV(B)138.72º81.34%52.55%-
XYZ9.7217.577.02-
YUV92.86108.8979.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 134 (52.73% from 255) = 61.47%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=11.47%
G=61.47%
B=27.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25134590.8100.560.47138.7268.5531.18
Hex19863B510382F8b451f
Octal31206731210705721310537
Binary11001100001101110111010001011100010111110001011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19863b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19863b; }

 p { color: rgb(25,134,59); }

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

<style>
 a { background-color: #19863b; }

 a { background-color: rgb(25,134,59); }

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

<style>
 span { border-color: #19863b; }

 span { border-color: rgb(25,134,59); }

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