Html Css Color HEX #515F30 Dark Olive Green

📋 copy color: '#515F30'

red 81 ◦ green 95 ◦ blue 48

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

Shades of Dark Olive Green #515F30

Tints of Dark Olive Green #515F30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.43%

R = 36.16%
G = 42.41%
B = 21.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.63

RGB Variations

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

Color information

#515F30 (or 0x515F30) is known color: Dark Olive Green. HEX triplet: 51, 5F and 30. RGB value is (81,95,48). Sum of RGB (Red+Green+Blue) = 81+95+48=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 95 - color contains mainly: green. Hex color #515F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F30 is #AEA0CF. Grayscale: #555555. Windows color (decimal): -11444432 or 3170129. OLE color: 3170129.

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

Color convert

RGB 81 95 48 -
CMYK 0.15 0 0.49 0.63
HSL 77.87º 0.33% 0.28% -
HSV(B) 77.87º 0.49% 0.37% -
XYZ 8.02 10.15 4.33 -
YUV 85.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 81 95 48 0.15 0 0.49 0.63 77.87 0.33 0.28
Hex 51 5F 30 F 0 31 3F 4E 21 1C
Octal 121 137 60 17 0 61 77 116 41 34
Binary 1010001 1011111 110000 1111 0 110001 111111 1001110 100001 11100

Color Harmonies of #515F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515F30

Black with #515F30

Text Example


Text Example

White with #515F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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