Html Css Color HEX #509772 Ocean Green

📋 copy color: '#509772'

red 80 ◦ green 151 ◦ blue 114

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

Shades of Ocean Green #509772

Tints of Ocean Green #509772

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.77%

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

R = 23.19%
G = 43.77%
B = 33.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#509772 (or 0x509772) is known color: Ocean Green. HEX triplet: 50, 97 and 72. RGB value is (80,151,114). Sum of RGB (Red+Green+Blue) = 80+151+114=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #509772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509772 is #AF688D. Grayscale: #7D7D7D. Windows color (decimal): -11495566 or 7509840. OLE color: 7509840.

HSL color Cylindrical-coordinate representation of color #509772: hue angle of 148.73º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509772 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 114 -
CMYK 0.47 0 0.25 0.41
HSL 148.73º 0.31% 0.45% -
HSV(B) 148.73º 0.47% 0.59% -
XYZ 17.41 25.05 19.84 -
YUV 125.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 80 151 114 0.47 0 0.25 0.41 148.73 0.31 0.45
Hex 50 97 72 2F 0 19 29 95 1F 2D
Octal 120 227 162 57 0 31 51 225 37 55
Binary 1010000 10010111 1110010 101111 0 11001 101001 10010101 11111 101101

Color Harmonies of #509772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509772

Black with #509772

Text Example


Text Example

White with #509772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509772; }

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

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

background-color css

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

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

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

border-color css

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

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

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