Html Css Color HEX #509474 Ocean Green

📋 copy color: '#509474'

red 80 ◦ green 148 ◦ blue 116

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

Shades of Ocean Green #509474

Tints of Ocean Green #509474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.72%

R = 23.26%
G = 43.02%
B = 33.72%

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

#509474 (or 0x509474) is known color: Ocean Green. HEX triplet: 50, 94 and 74. RGB value is (80,148,116). Sum of RGB (Red+Green+Blue) = 80+148+116=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #509474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509474 is #AF6B8B. Grayscale: #7C7C7C. Windows color (decimal): -11496332 or 7640144. OLE color: 7640144.

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

Color convert

RGB 80 148 116 -
CMYK 0.46 0 0.22 0.42
HSL 151.76º 0.3% 0.45% -
HSV(B) 151.76º 0.46% 0.58% -
XYZ 17.05 24.15 20.29 -
YUV 124.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 80 148 116 0.46 0 0.22 0.42 151.76 0.3 0.45
Hex 50 94 74 2E 0 16 2A 98 1E 2D
Octal 120 224 164 56 0 26 52 230 36 55
Binary 1010000 10010100 1110100 101110 0 10110 101010 10011000 11110 101101

Color Harmonies of #509474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509474

Black with #509474

Text Example


Text Example

White with #509474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509474; }

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

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

background-color css

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

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

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

border-color css

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

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

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