#53642A

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

Shades of Dark Olive Green #53642A

Tints of Dark Olive Green #53642A

Color information

#53642A (or 0x53642A) is unknown color: approx Dark Olive Green. HEX triplet: 53, 64 and 2A. RGB value is (83,100,42). Sum of RGB (Red+Green+Blue) = 83+100+42=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #53642A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53642A is #AC9BD5. Grayscale: #585858. Windows color (decimal): -11312086 or 2778195. OLE color: 2778195.

HSL color Cylindrical-coordinate representation of color #53642A: hue angle of 77.59º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53642A is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB8310042-
CMYK0.1700.580.61
HSL77.59º40.85%27.84%-
HSV(B)77.59º58%39.22%-
XYZ8.5411.123.89-
YUV88.3101.87124.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.89%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=36.89%
G=44.44%
B=18.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83100420.1700.580.6177.5940.8527.84
Hex53642A1103A3D4e291c
Octal1231445221072751165134
Binary10100111100100101010100010111010111101100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53642A; }

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

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

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

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

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

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

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

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