Html Css Color HEX #509371 Ocean Green

📋 copy color: '#509371'

red 80 ◦ green 147 ◦ blue 113

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

Shades of Ocean Green #509371

Tints of Ocean Green #509371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.24%

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 23.53%
G = 43.24%
B = 33.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#509371 (or 0x509371) is known color: Ocean Green. HEX triplet: 50, 93 and 71. RGB value is (80,147,113). Sum of RGB (Red+Green+Blue) = 80+147+113=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #509371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509371 is #AF6C8E. Grayscale: #7B7B7B. Windows color (decimal): -11496591 or 7443280. OLE color: 7443280.

HSL color Cylindrical-coordinate representation of color #509371: hue angle of 149.55º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509371 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 113 -
CMYK 0.46 0 0.23 0.42
HSL 149.55º 0.3% 0.45% -
HSV(B) 149.55º 0.46% 0.58% -
XYZ 16.72 23.77 19.33 -
YUV 123.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 80 147 113 0.46 0 0.23 0.42 149.55 0.3 0.45
Hex 50 93 71 2E 0 17 2A 96 1E 2D
Octal 120 223 161 56 0 27 52 226 36 55
Binary 1010000 10010011 1110001 101110 0 10111 101010 10010110 11110 101101

Color Harmonies of #509371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509371

Black with #509371

Text Example


Text Example

White with #509371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509371; }

 p { color: rgb(80,147,113); }

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

background-color css

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

 a { background-color: rgb(80,147,113); }

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

border-color css

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

 span { border-color: rgb(80,147,113); }

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