Html Css Color HEX #519370 Ocean Green

📋 copy color: '#519370'

red 81 ◦ green 147 ◦ blue 112

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

Shades of Ocean Green #519370

Tints of Ocean Green #519370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 23.82%
G = 43.24%
B = 32.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#519370 (or 0x519370) is known color: Ocean Green. HEX triplet: 51, 93 and 70. RGB value is (81,147,112). Sum of RGB (Red+Green+Blue) = 81+147+112=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #519370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519370 is #AE6C8F. Grayscale: #7B7B7B. Windows color (decimal): -11431056 or 7377745. OLE color: 7377745.

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

Color convert

RGB 81 147 112 -
CMYK 0.45 0 0.24 0.42
HSL 148.18º 0.29% 0.45% -
HSV(B) 148.18º 0.45% 0.58% -
XYZ 16.75 23.79 19.04 -
YUV 123.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 81 147 112 0.45 0 0.24 0.42 148.18 0.29 0.45
Hex 51 93 70 2D 0 18 2A 94 1D 2D
Octal 121 223 160 55 0 30 52 224 35 55
Binary 1010001 10010011 1110000 101101 0 11000 101010 10010100 11101 101101

Color Harmonies of #519370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519370

Black with #519370

Text Example


Text Example

White with #519370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519370; }

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

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

background-color css

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

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

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

border-color css

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

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

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