Html Css Color HEX #519B73 Ocean Green

📋 copy color: '#519B73'

red 81 ◦ green 155 ◦ blue 115

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

Shades of Ocean Green #519B73

Tints of Ocean Green #519B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 23.08%
G = 44.16%
B = 32.76%

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

#519B73 (or 0x519B73) is known color: Ocean Green. HEX triplet: 51, 9B and 73. RGB value is (81,155,115). Sum of RGB (Red+Green+Blue) = 81+155+115=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #519B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B73 is #AE648C. Grayscale: #808080. Windows color (decimal): -11429005 or 7576401. OLE color: 7576401.

HSL color Cylindrical-coordinate representation of color #519B73: hue angle of 147.57º 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 #519B73 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 155 115 -
CMYK 0.48 0 0.26 0.39
HSL 147.57º 0.31% 0.46% -
HSV(B) 147.57º 0.48% 0.61% -
XYZ 18.21 26.43 20.36 -
YUV 128.31 120.48 94.25 -
System Red Green Blue C M Y K H S L
Decimal 81 155 115 0.48 0 0.26 0.39 147.57 0.31 0.46
Hex 51 9B 73 30 0 1A 27 94 1F 2E
Octal 121 233 163 60 0 32 47 224 37 56
Binary 1010001 10011011 1110011 110000 0 11010 100111 10010100 11111 101110

Color Harmonies of #519B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519B73

Black with #519B73

Text Example


Text Example

White with #519B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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