Html Css Color HEX #519570 Ocean Green

📋 copy color: '#519570'

red 81 ◦ green 149 ◦ blue 112

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

Shades of Ocean Green #519570

Tints of Ocean Green #519570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.57%

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

R = 23.68%
G = 43.57%
B = 32.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#519570 (or 0x519570) is known color: Ocean Green. HEX triplet: 51, 95 and 70. RGB value is (81,149,112). Sum of RGB (Red+Green+Blue) = 81+149+112=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #519570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519570 is #AE6A8F. Grayscale: #7C7C7C. Windows color (decimal): -11430544 or 7378257. OLE color: 7378257.

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

Color convert

RGB 81 149 112 -
CMYK 0.46 0 0.25 0.42
HSL 147.35º 0.3% 0.45% -
HSV(B) 147.35º 0.46% 0.58% -
XYZ 17.07 24.41 19.14 -
YUV 124.45 120.97 97.01 -
System Red Green Blue C M Y K H S L
Decimal 81 149 112 0.46 0 0.25 0.42 147.35 0.3 0.45
Hex 51 95 70 2E 0 19 2A 93 1E 2D
Octal 121 225 160 56 0 31 52 223 36 55
Binary 1010001 10010101 1110000 101110 0 11001 101010 10010011 11110 101101

Color Harmonies of #519570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519570

Black with #519570

Text Example


Text Example

White with #519570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519570; }

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

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

background-color css

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

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

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

border-color css

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

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

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