Html Css Color HEX #53622B Dark Olive Green

📋 copy color: '#53622B'

red 83 ◦ green 98 ◦ blue 43

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

Shades of Dark Olive Green #53622B

Tints of Dark Olive Green #53622B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.75%

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 37.05%
G = 43.75%
B = 19.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#53622B (or 0x53622B) is known color: Dark Olive Green. HEX triplet: 53, 62 and 2B. RGB value is (83,98,43). Sum of RGB (Red+Green+Blue) = 83+98+43=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #53622B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53622B is #AC9DD4. Grayscale: #575757. Windows color (decimal): -11312597 or 2843219. OLE color: 2843219.

HSL color Cylindrical-coordinate representation of color #53622B: hue angle of 76.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53622B is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 43 -
CMYK 0.15 0 0.56 0.62
HSL 76.36º 0.39% 0.28% -
HSV(B) 76.36º 0.56% 0.38% -
XYZ 8.37 10.75 3.92 -
YUV 87.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 83 98 43 0.15 0 0.56 0.62 76.36 0.39 0.28
Hex 53 62 2B F 0 38 3E 4C 27 1C
Octal 123 142 53 17 0 70 76 114 47 34
Binary 1010011 1100010 101011 1111 0 111000 111110 1001100 100111 11100

Color Harmonies of #53622B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53622B

Black with #53622B

Text Example


Text Example

White with #53622B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53622B; }

 p { color: rgb(83,98,43); }

 H1.HeaderClassName
 {
   color: #53622B;
 }
 .AnyTagClassName
 {
   color: #53622B;
 }
</style>

background-color css

<style>
 a { background-color: #53622B; }

 a { background-color: rgb(83,98,43); }

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

border-color css

<style>
 span { border-color: #53622B; }

 span { border-color: rgb(83,98,43); }

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