Html Css Color HEX #516133 Dark Olive Green

📋 copy color: '#516133'

red 81 ◦ green 97 ◦ blue 51

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

Shades of Dark Olive Green #516133

Tints of Dark Olive Green #516133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.36%

 BLUE value IS 51 (20.31% from 255) = 22.27%

R = 35.37%
G = 42.36%
B = 22.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#516133 (or 0x516133) is known color: Dark Olive Green. HEX triplet: 51, 61 and 33. RGB value is (81,97,51). Sum of RGB (Red+Green+Blue) = 81+97+51=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #516133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516133 is #AE9ECC. Grayscale: #575757. Windows color (decimal): -11443917 or 3367249. OLE color: 3367249.

HSL color Cylindrical-coordinate representation of color #516133: hue angle of 80.87º 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 #516133 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 51 -
CMYK 0.16 0 0.47 0.62
HSL 80.87º 0.31% 0.29% -
HSV(B) 80.87º 0.47% 0.38% -
XYZ 8.27 10.54 4.73 -
YUV 86.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 81 97 51 0.16 0 0.47 0.62 80.87 0.31 0.29
Hex 51 61 33 10 0 2F 3E 51 1F 1D
Octal 121 141 63 20 0 57 76 121 37 35
Binary 1010001 1100001 110011 10000 0 101111 111110 1010001 11111 11101

Color Harmonies of #516133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516133

Black with #516133

Text Example


Text Example

White with #516133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516133; }

 p { color: rgb(81,97,51); }

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

background-color css

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

 a { background-color: rgb(81,97,51); }

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

border-color css

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

 span { border-color: rgb(81,97,51); }

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