#53672B

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

Shades of Dark Olive Green #53672B

Tints of Dark Olive Green #53672B

Color information

#53672B (or 0x53672B) is unknown color: approx Dark Olive Green. HEX triplet: 53, 67 and 2B. RGB value is (83,103,43). Sum of RGB (Red+Green+Blue) = 83+103+43=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #53672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53672B is #AC98D4. Grayscale: #5A5A5A. Windows color (decimal): -11311317 or 2844499. OLE color: 2844499.

HSL color Cylindrical-coordinate representation of color #53672B: hue angle of 80º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53672B is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB8310343-
CMYK0.1900.580.60
HSL80º41.1%28.63%-
HSV(B)80º58.25%40.39%-
XYZ8.8511.714.08-
YUV90.18101.37122.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.24%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 43 (17.19% from 255) = 18.78%
R=36.24%
G=44.98%
B=18.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83103430.1900.580.608041.128.63
Hex53672B1303A3C50291d
Octal1231475323072741205135
Binary10100111100111101011100110111010111100101000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53672B; }

 p { color: rgb(83,103,43); }

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

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

 a { background-color: rgb(83,103,43); }

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

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

 span { border-color: rgb(83,103,43); }

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