Html Css Color HEX #519673 Ocean Green

📋 copy color: '#519673'

red 81 ◦ green 150 ◦ blue 115

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

Shades of Ocean Green #519673

Tints of Ocean Green #519673

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

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

R = 23.41%
G = 43.35%
B = 33.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#519673 (or 0x519673) is known color: Ocean Green. HEX triplet: 51, 96 and 73. RGB value is (81,150,115). Sum of RGB (Red+Green+Blue) = 81+150+115=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #519673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519673 is #AE698C. Grayscale: #7D7D7D. Windows color (decimal): -11430285 or 7575121. OLE color: 7575121.

HSL color Cylindrical-coordinate representation of color #519673: hue angle of 149.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519673 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 150 115 -
CMYK 0.46 0 0.23 0.41
HSL 149.57º 0.3% 0.45% -
HSV(B) 149.57º 0.46% 0.59% -
XYZ 17.39 24.8 20.09 -
YUV 125.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 81 150 115 0.46 0 0.23 0.41 149.57 0.3 0.45
Hex 51 96 73 2E 0 17 29 96 1E 2D
Octal 121 226 163 56 0 27 51 226 36 55
Binary 1010001 10010110 1110011 101110 0 10111 101001 10010110 11110 101101

Color Harmonies of #519673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519673

Black with #519673

Text Example


Text Example

White with #519673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519673; }

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

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

background-color css

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

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

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

border-color css

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

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

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