Html Css Color HEX #53642E Dark Olive Green

📋 copy color: '#53642E'

red 83 ◦ green 100 ◦ blue 46

#53642E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #53642E

Tints of Dark Olive Green #53642E

RGB

 RED value IS 83 (32.81% from 255) = 36.24%

 GREEN value IS 100 (39.45% from 255) = 43.67%

 BLUE value IS 46 (18.36% from 255) = 20.09%

R = 36.24%
G = 43.67%
B = 20.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#53642E (or 0x53642E) is known color: Dark Olive Green. HEX triplet: 53, 64 and 2E. RGB value is (83,100,46). Sum of RGB (Red+Green+Blue) = 83+100+46=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 100 - color contains mainly: green. Hex color #53642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53642E is #AC9BD1. Grayscale: #585858. Windows color (decimal): -11312082 or 3040339. OLE color: 3040339.

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

Color convert

RGB 83 100 46 -
CMYK 0.17 0 0.54 0.61
HSL 78.89º 0.37% 0.29% -
HSV(B) 78.89º 0.54% 0.39% -
XYZ 8.62 11.15 4.28 -
YUV 88.76 103.87 123.89 -
System Red Green Blue C M Y K H S L
Decimal 83 100 46 0.17 0 0.54 0.61 78.89 0.37 0.29
Hex 53 64 2E 11 0 36 3D 4F 25 1D
Octal 123 144 56 21 0 66 75 117 45 35
Binary 1010011 1100100 101110 10001 0 110110 111101 1001111 100101 11101

Color Harmonies of #53642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53642E

Black with #53642E

Text Example


Text Example

White with #53642E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53642E;
 }
 .AnyTagClassName
 {
   color: #53642E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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