#526433

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

Shades of Dark Olive Green #526433

Tints of Dark Olive Green #526433

Color information

#526433 (or 0x526433) is unknown color: approx Dark Olive Green. HEX triplet: 52, 64 and 33. RGB value is (82,100,51). Sum of RGB (Red+Green+Blue) = 82+100+51=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #526433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526433 is #AD9BCC. Grayscale: #595959. Windows color (decimal): -11377613 or 3368018. OLE color: 3368018.

HSL color Cylindrical-coordinate representation of color #526433: hue angle of 82.04º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #526433 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB8210051-
CMYK0.1800.490.61
HSL82.04º32.45%29.61%-
HSV(B)82.04º49%39.22%-
XYZ8.6311.154.83-
YUV89.03106.54122.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=35.19%
G=42.92%
B=21.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal82100510.1800.490.6182.0432.4529.61
Hex526433120313D52201e
Octal1221446322061751224036
Binary10100101100100110011100100110001111101101001010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526433; }

 p { color: rgb(82,100,51); }

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

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

 a { background-color: rgb(82,100,51); }

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

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

 span { border-color: rgb(82,100,51); }

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