Html Css Color HEX #097442 Dark Spring Green

📋 copy color: '#097442'

red 9 ◦ green 116 ◦ blue 66

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

Shades of Dark Spring Green #097442

Tints of Dark Spring Green #097442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 60.73%

 BLUE value IS 66 (26.17% from 255) = 34.55%

R = 4.71%
G = 60.73%
B = 34.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#097442 (or 0x097442) is known color: Dark Spring Green. HEX triplet: 09, 74 and 42. RGB value is (9,116,66). Sum of RGB (Red+Green+Blue) = 9+116+66=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 116 (45.70% from 255 or 60.73% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 116 - color contains mainly: green. Hex color #097442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097442 is #F68BBD. Grayscale: #4E4E4E. Windows color (decimal): -16157630 or 4355081. OLE color: 4355081.

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

Color convert

RGB 9 116 66 -
CMYK 0.92 0 0.43 0.55
HSL 151.96º 0.86% 0.25% -
HSV(B) 151.96º 0.92% 0.45% -
XYZ 7.34 12.94 7.27 -
YUV 78.31 121.05 78.57 -
System Red Green Blue C M Y K H S L
Decimal 9 116 66 0.92 0 0.43 0.55 151.96 0.86 0.25
Hex 9 74 42 5C 0 2B 37 98 56 19
Octal 11 164 102 134 0 53 67 230 126 31
Binary 1001 1110100 1000010 1011100 0 101011 110111 10011000 1010110 11001

Color Harmonies of #097442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097442

Black with #097442

Text Example


Text Example

White with #097442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097442; }

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

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

background-color css

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

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

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

border-color css

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

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

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