Html Css Color HEX #516234 Dark Olive Green

📋 copy color: '#516234'

red 81 ◦ green 98 ◦ blue 52

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

Shades of Dark Olive Green #516234

Tints of Dark Olive Green #516234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

 BLUE value IS 52 (20.7% from 255) = 22.51%

R = 35.06%
G = 42.42%
B = 22.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#516234 (or 0x516234) is known color: Dark Olive Green. HEX triplet: 51, 62 and 34. RGB value is (81,98,52). Sum of RGB (Red+Green+Blue) = 81+98+52=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #516234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516234 is #AE9DCB. Grayscale: #575757. Windows color (decimal): -11443660 or 3433041. OLE color: 3433041.

HSL color Cylindrical-coordinate representation of color #516234: hue angle of 82.17º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516234 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 52 -
CMYK 0.17 0 0.47 0.62
HSL 82.17º 0.31% 0.29% -
HSV(B) 82.17º 0.47% 0.38% -
XYZ 8.38 10.73 4.88 -
YUV 87.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 81 98 52 0.17 0 0.47 0.62 82.17 0.31 0.29
Hex 51 62 34 11 0 2F 3E 52 1F 1D
Octal 121 142 64 21 0 57 76 122 37 35
Binary 1010001 1100010 110100 10001 0 101111 111110 1010010 11111 11101

Color Harmonies of #516234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516234

Black with #516234

Text Example


Text Example

White with #516234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516234; }

 p { color: rgb(81,98,52); }

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

background-color css

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

 a { background-color: rgb(81,98,52); }

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

border-color css

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

 span { border-color: rgb(81,98,52); }

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