Html Css Color HEX #519474 Ocean Green

📋 copy color: '#519474'

red 81 ◦ green 148 ◦ blue 116

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

Shades of Ocean Green #519474

Tints of Ocean Green #519474

RGB

 RED value IS 81 (32.03% from 255) = 23.48%

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

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

R = 23.48%
G = 42.9%
B = 33.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#519474 (or 0x519474) is known color: Ocean Green. HEX triplet: 51, 94 and 74. RGB value is (81,148,116). Sum of RGB (Red+Green+Blue) = 81+148+116=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #519474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519474 is #AE6B8B. Grayscale: #7C7C7C. Windows color (decimal): -11430796 or 7640145. OLE color: 7640145.

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

Color convert

RGB 81 148 116 -
CMYK 0.45 0 0.22 0.42
HSL 151.34º 0.29% 0.45% -
HSV(B) 151.34º 0.45% 0.58% -
XYZ 17.14 24.19 20.29 -
YUV 124.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 81 148 116 0.45 0 0.22 0.42 151.34 0.29 0.45
Hex 51 94 74 2D 0 16 2A 97 1D 2D
Octal 121 224 164 55 0 26 52 227 35 55
Binary 1010001 10010100 1110100 101101 0 10110 101010 10010111 11101 101101

Color Harmonies of #519474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519474

Black with #519474

Text Example


Text Example

White with #519474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519474; }

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

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

background-color css

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

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

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

border-color css

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

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

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