Html Css Color HEX #516334 Dark Olive Green

📋 copy color: '#516334'

red 81 ◦ green 99 ◦ blue 52

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

Shades of Dark Olive Green #516334

Tints of Dark Olive Green #516334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.67%

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

R = 34.91%
G = 42.67%
B = 22.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#516334 (or 0x516334) is known color: Dark Olive Green. HEX triplet: 51, 63 and 34. RGB value is (81,99,52). Sum of RGB (Red+Green+Blue) = 81+99+52=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 99 - color contains mainly: green. Hex color #516334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516334 is #AE9CCB. Grayscale: #585858. Windows color (decimal): -11443404 or 3433297. OLE color: 3433297.

HSL color Cylindrical-coordinate representation of color #516334: hue angle of 82.98º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516334 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 99 52 -
CMYK 0.18 0 0.47 0.61
HSL 82.98º 0.31% 0.3% -
HSV(B) 82.98º 0.47% 0.39% -
XYZ 8.48 10.92 4.91 -
YUV 88.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 81 99 52 0.18 0 0.47 0.61 82.98 0.31 0.3
Hex 51 63 34 12 0 2F 3D 53 1F 1E
Octal 121 143 64 22 0 57 75 123 37 36
Binary 1010001 1100011 110100 10010 0 101111 111101 1010011 11111 11110

Color Harmonies of #516334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516334

Black with #516334

Text Example


Text Example

White with #516334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516334; }

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

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

background-color css

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

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

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

border-color css

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

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

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