Html Css Color HEX #53672E Dark Olive Green

📋 copy color: '#53672E'

red 83 ◦ green 103 ◦ blue 46

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

Shades of Dark Olive Green #53672E

Tints of Dark Olive Green #53672E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.4%

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

R = 35.78%
G = 44.4%
B = 19.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.60

RGB Variations

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

Color information

#53672E (or 0x53672E) is known color: Dark Olive Green. HEX triplet: 53, 67 and 2E. RGB value is (83,103,46). Sum of RGB (Red+Green+Blue) = 83+103+46=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #53672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53672E is #AC98D1. Grayscale: #5A5A5A. Windows color (decimal): -11311314 or 3041107. OLE color: 3041107.

HSL color Cylindrical-coordinate representation of color #53672E: hue angle of 81.05º 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 #53672E is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 103 46 -
CMYK 0.19 0 0.55 0.60
HSL 81.05º 0.38% 0.29% -
HSV(B) 81.05º 0.55% 0.4% -
XYZ 8.91 11.74 4.38 -
YUV 90.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 83 103 46 0.19 0 0.55 0.60 81.05 0.38 0.29
Hex 53 67 2E 13 0 37 3C 51 26 1D
Octal 123 147 56 23 0 67 74 121 46 35
Binary 1010011 1100111 101110 10011 0 110111 111100 1010001 100110 11101

Color Harmonies of #53672E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53672E

Black with #53672E

Text Example


Text Example

White with #53672E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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