Html Css Color HEX #519371 Ocean Green

📋 copy color: '#519371'

red 81 ◦ green 147 ◦ blue 113

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

Shades of Ocean Green #519371

Tints of Ocean Green #519371

RGB

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

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

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

R = 23.75%
G = 43.11%
B = 33.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#519371 (or 0x519371) is known color: Ocean Green. HEX triplet: 51, 93 and 71. RGB value is (81,147,113). Sum of RGB (Red+Green+Blue) = 81+147+113=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #519371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519371 is #AE6C8E. Grayscale: #7B7B7B. Windows color (decimal): -11431055 or 7443281. OLE color: 7443281.

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

Color convert

RGB 81 147 113 -
CMYK 0.45 0 0.23 0.42
HSL 149.09º 0.29% 0.45% -
HSV(B) 149.09º 0.45% 0.58% -
XYZ 16.81 23.81 19.33 -
YUV 123.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 81 147 113 0.45 0 0.23 0.42 149.09 0.29 0.45
Hex 51 93 71 2D 0 17 2A 95 1D 2D
Octal 121 223 161 55 0 27 52 225 35 55
Binary 1010001 10010011 1110001 101101 0 10111 101010 10010101 11101 101101

Color Harmonies of #519371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519371

Black with #519371

Text Example


Text Example

White with #519371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519371; }

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

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

background-color css

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

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

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

border-color css

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

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

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