Html Css Color HEX #53622E Dark Olive Green

📋 copy color: '#53622E'

red 83 ◦ green 98 ◦ blue 46

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

Shades of Dark Olive Green #53622E

Tints of Dark Olive Green #53622E

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 value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#53622E (or 0x53622E) is known color: 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

RGB 83 98 46 -
CMYK 0.15 0 0.53 0.62
HSL 77.31º 0.36% 0.28% -
HSV(B) 77.31º 0.53% 0.38% -
XYZ 8.43 10.77 4.22 -
YUV 87.59 104.53 124.73 -
System Red Green Blue C M Y K H S L
Decimal 83 98 46 0.15 0 0.53 0.62 77.31 0.36 0.28
Hex 53 62 2E F 0 35 3E 4D 24 1C
Octal 123 142 56 17 0 65 76 115 44 34
Binary 1010011 1100010 101110 1111 0 110101 111110 1001101 100100 11100

Color Harmonies of #53622E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53622E

Black with #53622E

Text Example


Text Example

White with #53622E

Text Example


Text Example

HTML Codes & Css Web 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>