#536428

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

Shades of Dark Olive Green #536428

Tints of Dark Olive Green #536428

Color information

#536428 (or 0x536428) is unknown color: approx Dark Olive Green. HEX triplet: 53, 64 and 28. RGB value is (83,100,40). Sum of RGB (Red+Green+Blue) = 83+100+40=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #536428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536428 is #AC9BD7. Grayscale: #585858. Windows color (decimal): -11312088 or 2647123. OLE color: 2647123.

HSL color Cylindrical-coordinate representation of color #536428: hue angle of 77º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536428 is Cyan = 0.17, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB8310040-
CMYK0.1700.60.61
HSL77º42.86%27.45%-
HSV(B)77º60%39.22%-
XYZ8.5111.113.7-
YUV88.08100.87124.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.22%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=37.22%
G=44.84%
B=17.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83100400.1700.60.617742.8627.45
Hex5364281103C3D4d2b1b
Octal1231445021074751155333
Binary10100111100100101000100010111100111101100110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536428; }

 p { color: rgb(83,100,40); }

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

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

 a { background-color: rgb(83,100,40); }

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

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

 span { border-color: rgb(83,100,40); }

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