#097342

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

Shades of Dark Spring Green #097342

Tints of Dark Spring Green #097342

Color information

#097342 (or 0x097342) is unknown color: approx Dark Spring Green. HEX triplet: 09, 73 and 42. RGB value is (9,115,66). Sum of RGB (Red+Green+Blue) = 9+115+66=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 115 (45.31% from 255 or 60.53% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 115 - color contains mainly: green. Hex color #097342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097342 is #F68CBD. Grayscale: #4D4D4D. Windows color (decimal): -16157886 or 4354825. OLE color: 4354825.

HSL color Cylindrical-coordinate representation of color #097342: hue angle of 152.26º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097342 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB911566-
CMYK0.9200.430.55
HSL152.26º85.48%24.31%-
HSV(B)152.26º92.17%45.1%-
XYZ7.2312.717.23-
YUV77.72121.3878.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.74%
GREEN value IS 115 (45.31% from 255) = 60.53%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=4.74%
G=60.53%
B=34.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9115660.9200.430.55152.2685.4824.31
Hex973425C02B37985518
Octal111631021340536723012530
Binary1001111001110000101011100010101111011110011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097342; }

 p { color: rgb(9,115,66); }

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

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

 a { background-color: rgb(9,115,66); }

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

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

 span { border-color: rgb(9,115,66); }

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