Html Css Color HEX #53623B Dark Olive Green

📋 copy color: '#53623B'

red 83 ◦ green 98 ◦ blue 59

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

Shades of Dark Olive Green #53623B

Tints of Dark Olive Green #53623B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.58%

R = 34.58%
G = 40.83%
B = 24.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#53623B (or 0x53623B) is known color: Dark Olive Green. HEX triplet: 53, 62 and 3B. RGB value is (83,98,59). Sum of RGB (Red+Green+Blue) = 83+98+59=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #53623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53623B is #AC9DC4. Grayscale: #595959. Windows color (decimal): -11312581 or 3891795. OLE color: 3891795.

HSL color Cylindrical-coordinate representation of color #53623B: hue angle of 83.08º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53623B is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 59 -
CMYK 0.15 0 0.40 0.62
HSL 83.08º 0.25% 0.31% -
HSV(B) 83.08º 0.4% 0.38% -
XYZ 8.72 10.89 5.78 -
YUV 89.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 83 98 59 0.15 0 0.40 0.62 83.08 0.25 0.31
Hex 53 62 3B F 0 28 3E 53 19 1F
Octal 123 142 73 17 0 50 76 123 31 37
Binary 1010011 1100010 111011 1111 0 101000 111110 1010011 11001 11111

Color Harmonies of #53623B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53623B

Black with #53623B

Text Example


Text Example

White with #53623B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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