#536425

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

Shades of Dark Olive Green #536425

Tints of Dark Olive Green #536425

Color information

#536425 (or 0x536425) is unknown color: approx Dark Olive Green. HEX triplet: 53, 64 and 25. RGB value is (83,100,37). Sum of RGB (Red+Green+Blue) = 83+100+37=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #536425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536425 is #AC9BDA. Grayscale: #575757. Windows color (decimal): -11312091 or 2450515. OLE color: 2450515.

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

Color convert

RGB8310037-
CMYK0.1700.630.61
HSL76.19º45.99%26.86%-
HSV(B)76.19º63%39.22%-
XYZ8.4611.093.44-
YUV87.7499.37124.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.73%
GREEN value IS 100 (39.45% from 255) = 45.45%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=37.73%
G=45.45%
B=16.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83100370.1700.630.6176.1945.9926.86
Hex5364251103F3D4c2e1b
Octal1231444521077751145633
Binary10100111100100100101100010111111111101100110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536425; }

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

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

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

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

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

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

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

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