Html Css Color HEX #519871 Ocean Green

📋 copy color: '#519871'

red 81 ◦ green 152 ◦ blue 113

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

Shades of Ocean Green #519871

Tints of Ocean Green #519871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.93%

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

R = 23.41%
G = 43.93%
B = 32.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#519871 (or 0x519871) is known color: Ocean Green. HEX triplet: 51, 98 and 71. RGB value is (81,152,113). Sum of RGB (Red+Green+Blue) = 81+152+113=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #519871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519871 is #AE678E. Grayscale: #7E7E7E. Windows color (decimal): -11429775 or 7444561. OLE color: 7444561.

HSL color Cylindrical-coordinate representation of color #519871: hue angle of 147.04º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519871 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 113 -
CMYK 0.47 0 0.26 0.40
HSL 147.04º 0.3% 0.46% -
HSV(B) 147.04º 0.47% 0.6% -
XYZ 17.6 25.4 19.6 -
YUV 126.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 81 152 113 0.47 0 0.26 0.40 147.04 0.3 0.46
Hex 51 98 71 2F 0 1A 28 93 1E 2E
Octal 121 230 161 57 0 32 50 223 36 56
Binary 1010001 10011000 1110001 101111 0 11010 101000 10010011 11110 101110

Color Harmonies of #519871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519871

Black with #519871

Text Example


Text Example

White with #519871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519871; }

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

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

background-color css

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

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

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

border-color css

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

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

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