Html Css Color HEX #519369 Ocean Green

📋 copy color: '#519369'

red 81 ◦ green 147 ◦ blue 105

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

Shades of Ocean Green #519369

Tints of Ocean Green #519369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.14%

 BLUE value IS 105 (41.41% from 255) = 31.53%

R = 24.32%
G = 44.14%
B = 31.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#519369 (or 0x519369) is known color: Ocean Green. HEX triplet: 51, 93 and 69. RGB value is (81,147,105). Sum of RGB (Red+Green+Blue) = 81+147+105=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #519369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519369 is #AE6C96. Grayscale: #7A7A7A. Windows color (decimal): -11431063 or 6918993. OLE color: 6918993.

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

Color convert

RGB 81 147 105 -
CMYK 0.45 0 0.29 0.42
HSL 141.82º 0.29% 0.45% -
HSV(B) 141.82º 0.45% 0.58% -
XYZ 16.38 23.64 17.06 -
YUV 122.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 81 147 105 0.45 0 0.29 0.42 141.82 0.29 0.45
Hex 51 93 69 2D 0 1D 2A 8E 1D 2D
Octal 121 223 151 55 0 35 52 216 35 55
Binary 1010001 10010011 1101001 101101 0 11101 101010 10001110 11101 101101

Color Harmonies of #519369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519369

Black with #519369

Text Example


Text Example

White with #519369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519369; }

 p { color: rgb(81,147,105); }

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

background-color css

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

 a { background-color: rgb(81,147,105); }

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

border-color css

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

 span { border-color: rgb(81,147,105); }

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