#526030

Color #526030 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #526030

Tints of Dark Olive Green #526030

Color information

#526030 (or 0x526030) is unknown color: approx Dark Olive Green. HEX triplet: 52, 60 and 30. RGB value is (82,96,48). Sum of RGB (Red+Green+Blue) = 82+96+48=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #526030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526030 is #AD9FCF. Grayscale: #565656. Windows color (decimal): -11378640 or 3170386. OLE color: 3170386.

HSL color Cylindrical-coordinate representation of color #526030: hue angle of 77.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #526030 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB829648-
CMYK0.1500.500.62
HSL77.5º33.33%28.24%-
HSV(B)77.5º50%37.65%-
XYZ8.210.374.37-
YUV86.34106.36124.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.28%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=36.28%
G=42.48%
B=21.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8296480.1500.500.6277.533.3328.24
Hex526030F0323E4e211c
Octal1221406017062761164134
Binary1010010110000011000011110110010111110100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526030; }

 p { color: rgb(82,96,48); }

 H1.HeaderClassName
 {
   color: #526030;
 }
 .AnyTagClassName
 {
   color: #526030;
 }
</style>
background-color css

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

 a { background-color: rgb(82,96,48); }

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

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

 span { border-color: rgb(82,96,48); }

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