Html Css Color HEX #509D73 Ocean Green

📋 copy color: '#509D73'

red 80 ◦ green 157 ◦ blue 115

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

Shades of Ocean Green #509D73

Tints of Ocean Green #509D73

RGB

 RED value IS 80 (31.64% from 255) = 22.73%

 GREEN value IS 157 (61.72% from 255) = 44.6%

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 22.73%
G = 44.6%
B = 32.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#509D73 (or 0x509D73) is known color: Ocean Green. HEX triplet: 50, 9D and 73. RGB value is (80,157,115). Sum of RGB (Red+Green+Blue) = 80+157+115=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #509D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D73 is #AF628C. Grayscale: #818181. Windows color (decimal): -11494029 or 7576912. OLE color: 7576912.

HSL color Cylindrical-coordinate representation of color #509D73: hue angle of 147.27º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D73 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 157 115 -
CMYK 0.49 0 0.27 0.38
HSL 147.27º 0.32% 0.46% -
HSV(B) 147.27º 0.49% 0.62% -
XYZ 18.46 27.06 20.47 -
YUV 129.19 119.99 92.92 -
System Red Green Blue C M Y K H S L
Decimal 80 157 115 0.49 0 0.27 0.38 147.27 0.32 0.46
Hex 50 9D 73 31 0 1B 26 93 20 2E
Octal 120 235 163 61 0 33 46 223 40 56
Binary 1010000 10011101 1110011 110001 0 11011 100110 10010011 100000 101110

Color Harmonies of #509D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509D73

Black with #509D73

Text Example


Text Example

White with #509D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509D73; }

 p { color: rgb(80,157,115); }

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

background-color css

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

 a { background-color: rgb(80,157,115); }

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

border-color css

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

 span { border-color: rgb(80,157,115); }

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