Html Css Color HEX #097532 Dark Spring Green

📋 copy color: '#097532'

red 9 ◦ green 117 ◦ blue 50

#097532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #097532

Tints of Dark Spring Green #097532

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 value IS 0.92

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#097532 (or 0x097532) is known color: 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

RGB 9 117 50 -
CMYK 0.92 0 0.57 0.54
HSL 142.78º 0.86% 0.25% -
HSV(B) 142.78º 0.92% 0.46% -
XYZ 7.05 13.01 5.16 -
YUV 77.07 112.72 79.45 -
System Red Green Blue C M Y K H S L
Decimal 9 117 50 0.92 0 0.57 0.54 142.78 0.86 0.25
Hex 9 75 32 5C 0 39 36 8F 56 19
Octal 11 165 62 134 0 71 66 217 126 31
Binary 1001 1110101 110010 1011100 0 111001 110110 10001111 1010110 11001

Color Harmonies of #097532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097532

Black with #097532

Text Example


Text Example

White with #097532

Text Example


Text Example

HTML Codes & Css Web 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>