Html Css Color HEX #536523 Dark Olive Green

📋 copy color: '#536523'

red 83 ◦ green 101 ◦ blue 35

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

Shades of Dark Olive Green #536523

Tints of Dark Olive Green #536523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.12%

 BLUE value IS 35 (14.06% from 255) = 15.98%

R = 37.9%
G = 46.12%
B = 15.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#536523 (or 0x536523) is known color: Dark Olive Green. HEX triplet: 53, 65 and 23. RGB value is (83,101,35). Sum of RGB (Red+Green+Blue) = 83+101+35=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 101 (39.84% from 255 or 46.12% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 101 - color contains mainly: green. Hex color #536523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536523 is #AC9ADC. Grayscale: #585858. Windows color (decimal): -11311837 or 2319699. OLE color: 2319699.

HSL color Cylindrical-coordinate representation of color #536523: hue angle of 76.36º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #536523 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 35 -
CMYK 0.18 0 0.65 0.60
HSL 76.36º 0.49% 0.27% -
HSV(B) 76.36º 0.65% 0.4% -
XYZ 8.52 11.27 3.32 -
YUV 88.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 83 101 35 0.18 0 0.65 0.60 76.36 0.49 0.27
Hex 53 65 23 12 0 41 3C 4C 31 1B
Octal 123 145 43 22 0 101 74 114 61 33
Binary 1010011 1100101 100011 10010 0 1000001 111100 1001100 110001 11011

Color Harmonies of #536523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536523

Black with #536523

Text Example


Text Example

White with #536523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536523; }

 p { color: rgb(83,101,35); }

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

background-color css

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

 a { background-color: rgb(83,101,35); }

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

border-color css

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

 span { border-color: rgb(83,101,35); }

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