Html Css Color HEX #097540 Dark Spring Green

📋 copy color: '#097540'

red 9 ◦ green 117 ◦ blue 64

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

Shades of Dark Spring Green #097540

Tints of Dark Spring Green #097540

RGB

 RED value IS 9 (3.91% from 255) = 4.74%

 GREEN value IS 117 (46.09% from 255) = 61.58%

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 4.74%
G = 61.58%
B = 33.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#097540 (or 0x097540) is known color: Dark Spring Green. HEX triplet: 09, 75 and 40. RGB value is (9,117,64). Sum of RGB (Red+Green+Blue) = 9+117+64=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #097540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097540 is #F68ABF. Grayscale: #4E4E4E. Windows color (decimal): -16157376 or 4224265. OLE color: 4224265.

HSL color Cylindrical-coordinate representation of color #097540: hue angle of 150.56º 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 #097540 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 117 64 -
CMYK 0.92 0 0.45 0.54
HSL 150.56º 0.86% 0.25% -
HSV(B) 150.56º 0.92% 0.46% -
XYZ 7.4 13.15 7 -
YUV 78.67 119.72 78.31 -
System Red Green Blue C M Y K H S L
Decimal 9 117 64 0.92 0 0.45 0.54 150.56 0.86 0.25
Hex 9 75 40 5C 0 2D 36 97 56 19
Octal 11 165 100 134 0 55 66 227 126 31
Binary 1001 1110101 1000000 1011100 0 101101 110110 10010111 1010110 11001

Color Harmonies of #097540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097540

Black with #097540

Text Example


Text Example

White with #097540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097540; }

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

 H1.HeaderClassName
 {
   color: #097540;
 }
 .AnyTagClassName
 {
   color: #097540;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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