#536838

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

Shades of Dark Olive Green #536838

Tints of Dark Olive Green #536838

Color information

#536838 (or 0x536838) is unknown color: approx Dark Olive Green. HEX triplet: 53, 68 and 38. RGB value is (83,104,56). Sum of RGB (Red+Green+Blue) = 83+104+56=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #536838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536838 is #AC97C7. Grayscale: #5C5C5C. Windows color (decimal): -11311048 or 3696723. OLE color: 3696723.

HSL color Cylindrical-coordinate representation of color #536838: hue angle of 86.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #536838 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB8310456-
CMYK0.2000.460.59
HSL86.25º30%31.37%-
HSV(B)86.25º46.15%40.78%-
XYZ9.2312.035.58-
YUV92.25107.54121.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=34.16%
G=42.80%
B=23.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83104560.2000.460.5986.253031.37
Hex5368381402E3B561e1f
Octal1231507024056731263637
Binary1010011110100011100010100010111011101110101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536838; }

 p { color: rgb(83,104,56); }

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

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

 a { background-color: rgb(83,104,56); }

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

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

 span { border-color: rgb(83,104,56); }

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