Html Css Color HEX #519873 Ocean Green

📋 copy color: '#519873'

red 81 ◦ green 152 ◦ blue 115

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

Shades of Ocean Green #519873

Tints of Ocean Green #519873

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

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

R = 23.28%
G = 43.68%
B = 33.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#519873 (or 0x519873) is known color: Ocean Green. HEX triplet: 51, 98 and 73. RGB value is (81,152,115). Sum of RGB (Red+Green+Blue) = 81+152+115=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #519873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519873 is #AE678C. Grayscale: #7E7E7E. Windows color (decimal): -11429773 or 7575633. OLE color: 7575633.

HSL color Cylindrical-coordinate representation of color #519873: hue angle of 148.73º degrees, saturation: 0.3, 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 #519873 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 152 115 -
CMYK 0.47 0 0.24 0.40
HSL 148.73º 0.3% 0.46% -
HSV(B) 148.73º 0.47% 0.6% -
XYZ 17.72 25.44 20.2 -
YUV 126.55 121.48 95.51 -
System Red Green Blue C M Y K H S L
Decimal 81 152 115 0.47 0 0.24 0.40 148.73 0.3 0.46
Hex 51 98 73 2F 0 18 28 95 1E 2E
Octal 121 230 163 57 0 30 50 225 36 56
Binary 1010001 10011000 1110011 101111 0 11000 101000 10010101 11110 101110

Color Harmonies of #519873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519873

Black with #519873

Text Example


Text Example

White with #519873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519873; }

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

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

background-color css

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

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

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

border-color css

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

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

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