Html Css Color HEX #509B72 Ocean Green

📋 copy color: '#509B72'

red 80 ◦ green 155 ◦ blue 114

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

Shades of Ocean Green #509B72

Tints of Ocean Green #509B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 22.92%
G = 44.41%
B = 32.66%

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

#509B72 (or 0x509B72) is known color: Ocean Green. HEX triplet: 50, 9B and 72. RGB value is (80,155,114). Sum of RGB (Red+Green+Blue) = 80+155+114=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #509B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B72 is #AF648D. Grayscale: #7F7F7F. Windows color (decimal): -11494542 or 7510864. OLE color: 7510864.

HSL color Cylindrical-coordinate representation of color #509B72: hue angle of 147.2º 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 #509B72 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 155 114 -
CMYK 0.48 0 0.26 0.39
HSL 147.2º 0.32% 0.46% -
HSV(B) 147.2º 0.48% 0.61% -
XYZ 18.07 26.36 20.06 -
YUV 127.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 80 155 114 0.48 0 0.26 0.39 147.2 0.32 0.46
Hex 50 9B 72 30 0 1A 27 93 20 2E
Octal 120 233 162 60 0 32 47 223 40 56
Binary 1010000 10011011 1110010 110000 0 11010 100111 10010011 100000 101110

Color Harmonies of #509B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509B72

Black with #509B72

Text Example


Text Example

White with #509B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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