Html Css Color HEX #519268 Ocean Green

📋 copy color: '#519268'

red 81 ◦ green 146 ◦ blue 104

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

Shades of Ocean Green #519268

Tints of Ocean Green #519268

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

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

R = 24.47%
G = 44.11%
B = 31.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#519268 (or 0x519268) is known color: Ocean Green. HEX triplet: 51, 92 and 68. RGB value is (81,146,104). Sum of RGB (Red+Green+Blue) = 81+146+104=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #519268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519268 is #AE6D97. Grayscale: #797979. Windows color (decimal): -11431320 or 6853201. OLE color: 6853201.

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

Color convert

RGB 81 146 104 -
CMYK 0.45 0 0.29 0.43
HSL 141.23º 0.29% 0.45% -
HSV(B) 141.23º 0.45% 0.57% -
XYZ 16.17 23.31 16.74 -
YUV 121.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 81 146 104 0.45 0 0.29 0.43 141.23 0.29 0.45
Hex 51 92 68 2D 0 1D 2B 8D 1D 2D
Octal 121 222 150 55 0 35 53 215 35 55
Binary 1010001 10010010 1101000 101101 0 11101 101011 10001101 11101 101101

Color Harmonies of #519268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519268

Black with #519268

Text Example


Text Example

White with #519268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519268; }

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

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

background-color css

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

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

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

border-color css

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

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

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