#098535

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

Shades of Dark Spring Green #098535

Tints of Dark Spring Green #098535

Color information

#098535 (or 0x098535) is unknown color: approx Dark Spring Green. HEX triplet: 09, 85 and 35. RGB value is (9,133,53). Sum of RGB (Red+Green+Blue) = 9+133+53=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #098535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098535 is #F67ACA. Grayscale: #575757. Windows color (decimal): -16153291 or 3507465. OLE color: 3507465.

HSL color Cylindrical-coordinate representation of color #098535: hue angle of 141.29º 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 #098535 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB913353-
CMYK0.9300.600.48
HSL141.29º87.32%27.84%-
HSV(B)141.29º93.23%52.16%-
XYZ9.1417.096.19-
YUV86.8108.9272.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 133 (52.34% from 255) = 68.21%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=4.62%
G=68.21%
B=27.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133530.9300.600.48141.2987.3227.84
Hex985355D03C308d571c
Octal11205651350746021512734
Binary1001100001011101011011101011110011000010001101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098535; }

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

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

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

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

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

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

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

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