Html Css Color HEX #519B72 Ocean Green

📋 copy color: '#519B72'

red 81 ◦ green 155 ◦ blue 114

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

Shades of Ocean Green #519B72

Tints of Ocean Green #519B72

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.29%

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

R = 23.14%
G = 44.29%
B = 32.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#519B72 (or 0x519B72) is known color: Ocean Green. HEX triplet: 51, 9B and 72. RGB value is (81,155,114). Sum of RGB (Red+Green+Blue) = 81+155+114=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #519B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B72 is #AE648D. Grayscale: #808080. Windows color (decimal): -11429006 or 7510865. OLE color: 7510865.

HSL color Cylindrical-coordinate representation of color #519B72: hue angle of 146.76º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519B72 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 114 -
CMYK 0.48 0 0.26 0.39
HSL 146.76º 0.31% 0.46% -
HSV(B) 146.76º 0.48% 0.61% -
XYZ 18.15 26.41 20.06 -
YUV 128.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 81 155 114 0.48 0 0.26 0.39 146.76 0.31 0.46
Hex 51 9B 72 30 0 1A 27 93 1F 2E
Octal 121 233 162 60 0 32 47 223 37 56
Binary 1010001 10011011 1110010 110000 0 11010 100111 10010011 11111 101110

Color Harmonies of #519B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B72

Black with #519B72

Text Example


Text Example

White with #519B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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