#098531

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

Shades of Dark Spring Green #098531

Tints of Dark Spring Green #098531

Color information

#098531 (or 0x098531) is unknown color: approx Dark Spring Green. HEX triplet: 09, 85 and 31. RGB value is (9,133,49). Sum of RGB (Red+Green+Blue) = 9+133+49=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #098531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098531 is #F67ACE. Grayscale: #565656. Windows color (decimal): -16153295 or 3245321. OLE color: 3245321.

HSL color Cylindrical-coordinate representation of color #098531: hue angle of 139.35º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098531 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB913349-
CMYK0.9300.630.48
HSL139.35º87.32%27.84%-
HSV(B)139.35º93.23%52.16%-
XYZ9.0517.055.72-
YUV86.35106.9272.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.71%
GREEN value IS 133 (52.34% from 255) = 69.63%
BLUE value IS 49 (19.53% from 255) = 25.65%
R=4.71%
G=69.63%
B=25.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133490.9300.630.48139.3587.3227.84
Hex985315D03F308b571c
Octal11205611350776021312734
Binary1001100001011100011011101011111111000010001011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098531; }

 p { color: rgb(9,133,49); }

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

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

 a { background-color: rgb(9,133,49); }

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

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

 span { border-color: rgb(9,133,49); }

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