#53622E

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

Shades of Dark Olive Green #53622E

Tints of Dark Olive Green #53622E

Color information

#53622E (or 0x53622E) is unknown color: approx Dark Olive Green. HEX triplet: 53, 62 and 2E. RGB value is (83,98,46). Sum of RGB (Red+Green+Blue) = 83+98+46=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #53622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53622E is #AC9DD1. Grayscale: #575757. Windows color (decimal): -11312594 or 3039827. OLE color: 3039827.

HSL color Cylindrical-coordinate representation of color #53622E: hue angle of 77.31º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53622E is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB839846-
CMYK0.1500.530.62
HSL77.31º36.11%28.24%-
HSV(B)77.31º53.06%38.43%-
XYZ8.4310.774.22-
YUV87.59104.53124.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=36.56%
G=43.17%
B=20.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398460.1500.530.6277.3136.1128.24
Hex53622EF0353E4d241c
Octal1231425617065761154434
Binary1010011110001010111011110110101111110100110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53622E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53622E; }

 p { color: rgb(83,98,46); }

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

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

 a { background-color: rgb(83,98,46); }

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

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

 span { border-color: rgb(83,98,46); }

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