Html Css Color HEX #53692D Dark Olive Green

📋 copy color: '#53692D'

red 83 ◦ green 105 ◦ blue 45

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

Shades of Dark Olive Green #53692D

Tints of Dark Olive Green #53692D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.06%

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 35.62%
G = 45.06%
B = 19.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#53692D (or 0x53692D) is known color: Dark Olive Green. HEX triplet: 53, 69 and 2D. RGB value is (83,105,45). Sum of RGB (Red+Green+Blue) = 83+105+45=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #53692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53692D is #AC96D2. Grayscale: #5B5B5B. Windows color (decimal): -11310803 or 2976083. OLE color: 2976083.

HSL color Cylindrical-coordinate representation of color #53692D: hue angle of 82º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53692D is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 45 -
CMYK 0.21 0 0.57 0.59
HSL 82º 0.4% 0.29% -
HSV(B) 82º 0.57% 0.41% -
XYZ 9.09 12.13 4.35 -
YUV 91.58 101.71 121.88 -
System Red Green Blue C M Y K H S L
Decimal 83 105 45 0.21 0 0.57 0.59 82 0.4 0.29
Hex 53 69 2D 15 0 39 3B 52 28 1D
Octal 123 151 55 25 0 71 73 122 50 35
Binary 1010011 1101001 101101 10101 0 111001 111011 1010010 101000 11101

Color Harmonies of #53692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53692D

Black with #53692D

Text Example


Text Example

White with #53692D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53692D; }

 p { color: rgb(83,105,45); }

 H1.HeaderClassName
 {
   color: #53692D;
 }
 .AnyTagClassName
 {
   color: #53692D;
 }
</style>

background-color css

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

 a { background-color: rgb(83,105,45); }

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

border-color css

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

 span { border-color: rgb(83,105,45); }

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