Html Css Color HEX #516233 Dark Olive Green

📋 copy color: '#516233'

red 81 ◦ green 98 ◦ blue 51

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

Shades of Dark Olive Green #516233

Tints of Dark Olive Green #516233

RGB

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

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

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

R = 35.22%
G = 42.61%
B = 22.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#516233 (or 0x516233) is known color: Dark Olive Green. HEX triplet: 51, 62 and 33. RGB value is (81,98,51). Sum of RGB (Red+Green+Blue) = 81+98+51=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #516233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516233 is #AE9DCC. Grayscale: #575757. Windows color (decimal): -11443661 or 3367505. OLE color: 3367505.

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

Color convert

RGB 81 98 51 -
CMYK 0.17 0 0.48 0.62
HSL 81.7º 0.32% 0.29% -
HSV(B) 81.7º 0.48% 0.38% -
XYZ 8.36 10.72 4.76 -
YUV 87.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 81 98 51 0.17 0 0.48 0.62 81.7 0.32 0.29
Hex 51 62 33 11 0 30 3E 52 20 1D
Octal 121 142 63 21 0 60 76 122 40 35
Binary 1010001 1100010 110011 10001 0 110000 111110 1010010 100000 11101

Color Harmonies of #516233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516233

Black with #516233

Text Example


Text Example

White with #516233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516233; }

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

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

background-color css

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

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

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

border-color css

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

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

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