Html Css Color HEX #515F34 Dark Olive Green

📋 copy color: '#515F34'

red 81 ◦ green 95 ◦ blue 52

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

Shades of Dark Olive Green #515F34

Tints of Dark Olive Green #515F34

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.67%

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

R = 35.53%
G = 41.67%
B = 22.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#515F34 (or 0x515F34) is known color: Dark Olive Green. HEX triplet: 51, 5F and 34. RGB value is (81,95,52). Sum of RGB (Red+Green+Blue) = 81+95+52=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #515F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F34 is #AEA0CB. Grayscale: #565656. Windows color (decimal): -11444428 or 3432273. OLE color: 3432273.

HSL color Cylindrical-coordinate representation of color #515F34: hue angle of 79.53º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #515F34 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 95 52 -
CMYK 0.15 0 0.45 0.63
HSL 79.53º 0.29% 0.29% -
HSV(B) 79.53º 0.45% 0.37% -
XYZ 8.11 10.18 4.79 -
YUV 85.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 81 95 52 0.15 0 0.45 0.63 79.53 0.29 0.29
Hex 51 5F 34 F 0 2D 3F 50 1D 1D
Octal 121 137 64 17 0 55 77 120 35 35
Binary 1010001 1011111 110100 1111 0 101101 111111 1010000 11101 11101

Color Harmonies of #515F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F34

Black with #515F34

Text Example


Text Example

White with #515F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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