Html Css Color HEX #509B73 Ocean Green

📋 copy color: '#509B73'

red 80 ◦ green 155 ◦ blue 115

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

Shades of Ocean Green #509B73

Tints of Ocean Green #509B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.29%

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

R = 22.86%
G = 44.29%
B = 32.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#509B73 (or 0x509B73) is known color: Ocean Green. HEX triplet: 50, 9B and 73. RGB value is (80,155,115). Sum of RGB (Red+Green+Blue) = 80+155+115=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #509B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B73 is #AF648C. Grayscale: #808080. Windows color (decimal): -11494541 or 7576400. OLE color: 7576400.

HSL color Cylindrical-coordinate representation of color #509B73: hue angle of 148º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B73 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 115 -
CMYK 0.48 0 0.26 0.39
HSL 148º 0.32% 0.46% -
HSV(B) 148º 0.48% 0.61% -
XYZ 18.12 26.39 20.36 -
YUV 128.02 120.65 93.75 -
System Red Green Blue C M Y K H S L
Decimal 80 155 115 0.48 0 0.26 0.39 148 0.32 0.46
Hex 50 9B 73 30 0 1A 27 94 20 2E
Octal 120 233 163 60 0 32 47 224 40 56
Binary 1010000 10011011 1110011 110000 0 11010 100111 10010100 100000 101110

Color Harmonies of #509B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B73

Black with #509B73

Text Example


Text Example

White with #509B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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