Html Css Color HEX #519572 Ocean Green

📋 copy color: '#519572'

red 81 ◦ green 149 ◦ blue 114

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

Shades of Ocean Green #519572

Tints of Ocean Green #519572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 23.55%
G = 43.31%
B = 33.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#519572 (or 0x519572) is known color: Ocean Green. HEX triplet: 51, 95 and 72. RGB value is (81,149,114). Sum of RGB (Red+Green+Blue) = 81+149+114=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 149 - color contains mainly: green. Hex color #519572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519572 is #AE6A8D. Grayscale: #7C7C7C. Windows color (decimal): -11430542 or 7509329. OLE color: 7509329.

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

Color convert

RGB 81 149 114 -
CMYK 0.46 0 0.23 0.42
HSL 149.12º 0.3% 0.45% -
HSV(B) 149.12º 0.46% 0.58% -
XYZ 17.18 24.46 19.74 -
YUV 124.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 81 149 114 0.46 0 0.23 0.42 149.12 0.3 0.45
Hex 51 95 72 2E 0 17 2A 95 1E 2D
Octal 121 225 162 56 0 27 52 225 36 55
Binary 1010001 10010101 1110010 101110 0 10111 101010 10010101 11110 101101

Color Harmonies of #519572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519572

Black with #519572

Text Example


Text Example

White with #519572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519572; }

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

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

background-color css

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

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

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

border-color css

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

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

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