Html Css Color HEX #53662A Dark Olive Green

📋 copy color: '#53662A'

red 83 ◦ green 102 ◦ blue 42

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

Shades of Dark Olive Green #53662A

Tints of Dark Olive Green #53662A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.93%

 BLUE value IS 42 (16.8% from 255) = 18.5%

R = 36.56%
G = 44.93%
B = 18.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#53662A (or 0x53662A) is known color: Dark Olive Green. HEX triplet: 53, 66 and 2A. RGB value is (83,102,42). Sum of RGB (Red+Green+Blue) = 83+102+42=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #53662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53662A is #AC99D5. Grayscale: #595959. Windows color (decimal): -11311574 or 2778707. OLE color: 2778707.

HSL color Cylindrical-coordinate representation of color #53662A: hue angle of 79º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53662A is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 42 -
CMYK 0.19 0 0.59 0.6
HSL 79º 0.42% 0.28% -
HSV(B) 79º 0.59% 0.4% -
XYZ 8.74 11.51 3.95 -
YUV 89.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 83 102 42 0.19 0 0.59 0.6 79 0.42 0.28
Hex 53 66 2A 13 0 3B 3C 4F 2A 1C
Octal 123 146 52 23 0 73 74 117 52 34
Binary 1010011 1100110 101010 10011 0 111011 111100 1001111 101010 11100

Color Harmonies of #53662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53662A

Black with #53662A

Text Example


Text Example

White with #53662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53662A; }

 p { color: rgb(83,102,42); }

 H1.HeaderClassName
 {
   color: #53662A;
 }
 .AnyTagClassName
 {
   color: #53662A;
 }
</style>

background-color css

<style>
 a { background-color: #53662A; }

 a { background-color: rgb(83,102,42); }

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

border-color css

<style>
 span { border-color: #53662A; }

 span { border-color: rgb(83,102,42); }

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