Html Css Color HEX #519568 Ocean Green

📋 copy color: '#519568'

red 81 ◦ green 149 ◦ blue 104

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

Shades of Ocean Green #519568

Tints of Ocean Green #519568

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.61%

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 24.25%
G = 44.61%
B = 31.14%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#519568 (or 0x519568) is known color: Ocean Green. HEX triplet: 51, 95 and 68. RGB value is (81,149,104). Sum of RGB (Red+Green+Blue) = 81+149+104=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #519568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519568 is #AE6A97. Grayscale: #7B7B7B. Windows color (decimal): -11430552 or 6853969. OLE color: 6853969.

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

Color convert

RGB 81 149 104 -
CMYK 0.46 0 0.30 0.42
HSL 140.29º 0.3% 0.45% -
HSV(B) 140.29º 0.46% 0.58% -
XYZ 16.64 24.24 16.9 -
YUV 123.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 81 149 104 0.46 0 0.30 0.42 140.29 0.3 0.45
Hex 51 95 68 2E 0 1E 2A 8C 1E 2D
Octal 121 225 150 56 0 36 52 214 36 55
Binary 1010001 10010101 1101000 101110 0 11110 101010 10001100 11110 101101

Color Harmonies of #519568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519568

Black with #519568

Text Example


Text Example

White with #519568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519568; }

 p { color: rgb(81,149,104); }

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

background-color css

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

 a { background-color: rgb(81,149,104); }

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

border-color css

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

 span { border-color: rgb(81,149,104); }

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