Html Css Color HEX #509372 Ocean Green

📋 copy color: '#509372'

red 80 ◦ green 147 ◦ blue 114

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

Shades of Ocean Green #509372

Tints of Ocean Green #509372

RGB

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

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

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

R = 23.46%
G = 43.11%
B = 33.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#509372 (or 0x509372) is known color: Ocean Green. HEX triplet: 50, 93 and 72. RGB value is (80,147,114). Sum of RGB (Red+Green+Blue) = 80+147+114=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #509372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509372 is #AF6C8D. Grayscale: #7B7B7B. Windows color (decimal): -11496590 or 7508816. OLE color: 7508816.

HSL color Cylindrical-coordinate representation of color #509372: hue angle of 150.45º 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 #509372 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 147 114 -
CMYK 0.46 0 0.22 0.42
HSL 150.45º 0.3% 0.45% -
HSV(B) 150.45º 0.46% 0.58% -
XYZ 16.78 23.79 19.63 -
YUV 123.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 80 147 114 0.46 0 0.22 0.42 150.45 0.3 0.45
Hex 50 93 72 2E 0 16 2A 96 1E 2D
Octal 120 223 162 56 0 26 52 226 36 55
Binary 1010000 10010011 1110010 101110 0 10110 101010 10010110 11110 101101

Color Harmonies of #509372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509372

Black with #509372

Text Example


Text Example

White with #509372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509372; }

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

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

background-color css

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

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

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

border-color css

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

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

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