Html Css Color HEX #509471 Ocean Green

📋 copy color: '#509471'

red 80 ◦ green 148 ◦ blue 113

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

Shades of Ocean Green #509471

Tints of Ocean Green #509471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.4%

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

R = 23.46%
G = 43.4%
B = 33.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#509471 (or 0x509471) is known color: Ocean Green. HEX triplet: 50, 94 and 71. RGB value is (80,148,113). Sum of RGB (Red+Green+Blue) = 80+148+113=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #509471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509471 is #AF6B8E. Grayscale: #7B7B7B. Windows color (decimal): -11496335 or 7443536. OLE color: 7443536.

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

Color convert

RGB 80 148 113 -
CMYK 0.46 0 0.24 0.42
HSL 149.12º 0.3% 0.45% -
HSV(B) 149.12º 0.46% 0.58% -
XYZ 16.88 24.08 19.38 -
YUV 123.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 80 148 113 0.46 0 0.24 0.42 149.12 0.3 0.45
Hex 50 94 71 2E 0 18 2A 95 1E 2D
Octal 120 224 161 56 0 30 52 225 36 55
Binary 1010000 10010100 1110001 101110 0 11000 101010 10010101 11110 101101

Color Harmonies of #509471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509471

Black with #509471

Text Example


Text Example

White with #509471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509471; }

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

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

background-color css

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

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

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

border-color css

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

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

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