Html Css Color HEX #519368 Ocean Green

📋 copy color: '#519368'

red 81 ◦ green 147 ◦ blue 104

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

Shades of Ocean Green #519368

Tints of Ocean Green #519368

RGB

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

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

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

R = 24.4%
G = 44.28%
B = 31.33%

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

#519368 (or 0x519368) is known color: Ocean Green. HEX triplet: 51, 93 and 68. RGB value is (81,147,104). Sum of RGB (Red+Green+Blue) = 81+147+104=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #519368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519368 is #AE6C97. Grayscale: #7A7A7A. Windows color (decimal): -11431064 or 6853457. OLE color: 6853457.

HSL color Cylindrical-coordinate representation of color #519368: hue angle of 140.91º 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 #519368 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 147 104 -
CMYK 0.45 0 0.29 0.42
HSL 140.91º 0.29% 0.45% -
HSV(B) 140.91º 0.45% 0.58% -
XYZ 16.33 23.62 16.79 -
YUV 122.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 81 147 104 0.45 0 0.29 0.42 140.91 0.29 0.45
Hex 51 93 68 2D 0 1D 2A 8D 1D 2D
Octal 121 223 150 55 0 35 52 215 35 55
Binary 1010001 10010011 1101000 101101 0 11101 101010 10001101 11101 101101

Color Harmonies of #519368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519368

Black with #519368

Text Example


Text Example

White with #519368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519368; }

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

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

background-color css

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

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

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

border-color css

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

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

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