#097532

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

Shades of Dark Spring Green #097532

Tints of Dark Spring Green #097532

Color information

#097532 (or 0x097532) is unknown color: approx Dark Spring Green. HEX triplet: 09, 75 and 32. RGB value is (9,117,50). Sum of RGB (Red+Green+Blue) = 9+117+50=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 117 (46.09% from 255 or 66.48% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 117 - color contains mainly: green. Hex color #097532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097532 is #F68ACD. Grayscale: #4D4D4D. Windows color (decimal): -16157390 or 3306761. OLE color: 3306761.

HSL color Cylindrical-coordinate representation of color #097532: hue angle of 142.78º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097532 is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB911750-
CMYK0.9200.570.54
HSL142.78º85.71%24.71%-
HSV(B)142.78º92.31%45.88%-
XYZ7.0513.015.16-
YUV77.07112.7279.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 117 (46.09% from 255) = 66.48%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=5.11%
G=66.48%
B=28.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9117500.9200.570.54142.7885.7124.71
Hex975325C039368f5619
Octal11165621340716621712631
Binary100111101011100101011100011100111011010001111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097532; }

 p { color: rgb(9,117,50); }

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

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

 a { background-color: rgb(9,117,50); }

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

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

 span { border-color: rgb(9,117,50); }

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