Html Css Color HEX #519973 Ocean Green

📋 copy color: '#519973'

red 81 ◦ green 153 ◦ blue 115

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

Shades of Ocean Green #519973

Tints of Ocean Green #519973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.84%

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

R = 23.21%
G = 43.84%
B = 32.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#519973 (or 0x519973) is known color: Ocean Green. HEX triplet: 51, 99 and 73. RGB value is (81,153,115). Sum of RGB (Red+Green+Blue) = 81+153+115=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #519973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519973 is #AE668C. Grayscale: #7F7F7F. Windows color (decimal): -11429517 or 7575889. OLE color: 7575889.

HSL color Cylindrical-coordinate representation of color #519973: hue angle of 148.33º degrees, saturation: 0.31, 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 #519973 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 115 -
CMYK 0.47 0 0.25 0.4
HSL 148.33º 0.31% 0.46% -
HSV(B) 148.33º 0.47% 0.6% -
XYZ 17.88 25.77 20.25 -
YUV 127.14 121.15 95.09 -
System Red Green Blue C M Y K H S L
Decimal 81 153 115 0.47 0 0.25 0.4 148.33 0.31 0.46
Hex 51 99 73 2F 0 19 28 94 1F 2E
Octal 121 231 163 57 0 31 50 224 37 56
Binary 1010001 10011001 1110011 101111 0 11001 101000 10010100 11111 101110

Color Harmonies of #519973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519973

Black with #519973

Text Example


Text Example

White with #519973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519973; }

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

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

background-color css

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

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

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

border-color css

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

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

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