#536525

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

Shades of Dark Olive Green #536525

Tints of Dark Olive Green #536525

Color information

#536525 (or 0x536525) is unknown color: approx Dark Olive Green. HEX triplet: 53, 65 and 25. RGB value is (83,101,37). Sum of RGB (Red+Green+Blue) = 83+101+37=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #536525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536525 is #AC9ADA. Grayscale: #585858. Windows color (decimal): -11311835 or 2450771. OLE color: 2450771.

HSL color Cylindrical-coordinate representation of color #536525: hue angle of 76.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536525 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB8310137-
CMYK0.1800.630.60
HSL76.88º46.38%27.06%-
HSV(B)76.88º63.37%39.61%-
XYZ8.5511.283.48-
YUV88.3299.04124.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.56%
GREEN value IS 101 (39.84% from 255) = 45.70%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=37.56%
G=45.70%
B=16.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83101370.1800.630.6076.8846.3827.06
Hex5365251203F3C4d2e1b
Octal1231454522077741155633
Binary10100111100101100101100100111111111100100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536525; }

 p { color: rgb(83,101,37); }

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

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

 a { background-color: rgb(83,101,37); }

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

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

 span { border-color: rgb(83,101,37); }

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