Html Css Color HEX #53652D Dark Olive Green

📋 copy color: '#53652D'

red 83 ◦ green 101 ◦ blue 45

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

Shades of Dark Olive Green #53652D

Tints of Dark Olive Green #53652D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

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

R = 36.24%
G = 44.1%
B = 19.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#53652D (or 0x53652D) is known color: Dark Olive Green. HEX triplet: 53, 65 and 2D. RGB value is (83,101,45). Sum of RGB (Red+Green+Blue) = 83+101+45=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 101 - color contains mainly: green. Hex color #53652D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53652D is #AC9AD2. Grayscale: #595959. Windows color (decimal): -11311827 or 2975059. OLE color: 2975059.

HSL color Cylindrical-coordinate representation of color #53652D: hue angle of 79.29º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53652D is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 45 -
CMYK 0.18 0 0.55 0.60
HSL 79.29º 0.38% 0.29% -
HSV(B) 79.29º 0.55% 0.4% -
XYZ 8.69 11.34 4.21 -
YUV 89.23 103.04 123.55 -
System Red Green Blue C M Y K H S L
Decimal 83 101 45 0.18 0 0.55 0.60 79.29 0.38 0.29
Hex 53 65 2D 12 0 37 3C 4F 26 1D
Octal 123 145 55 22 0 67 74 117 46 35
Binary 1010011 1100101 101101 10010 0 110111 111100 1001111 100110 11101

Color Harmonies of #53652D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53652D

Black with #53652D

Text Example


Text Example

White with #53652D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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