Html Css Color HEX #519571 Ocean Green

📋 copy color: '#519571'

red 81 ◦ green 149 ◦ blue 113

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

Shades of Ocean Green #519571

Tints of Ocean Green #519571

RGB

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

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

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

R = 23.62%
G = 43.44%
B = 32.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#519571 (or 0x519571) is known color: Ocean Green. HEX triplet: 51, 95 and 71. RGB value is (81,149,113). Sum of RGB (Red+Green+Blue) = 81+149+113=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 149 - color contains mainly: green. Hex color #519571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519571 is #AE6A8E. Grayscale: #7C7C7C. Windows color (decimal): -11430543 or 7443793. OLE color: 7443793.

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

Color convert

RGB 81 149 113 -
CMYK 0.46 0 0.24 0.42
HSL 148.24º 0.3% 0.45% -
HSV(B) 148.24º 0.46% 0.58% -
XYZ 17.12 24.44 19.44 -
YUV 124.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 81 149 113 0.46 0 0.24 0.42 148.24 0.3 0.45
Hex 51 95 71 2E 0 18 2A 94 1E 2D
Octal 121 225 161 56 0 30 52 224 36 55
Binary 1010001 10010101 1110001 101110 0 11000 101010 10010100 11110 101101

Color Harmonies of #519571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519571

Black with #519571

Text Example


Text Example

White with #519571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519571; }

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

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

background-color css

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

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

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

border-color css

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

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

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