Html Css Color HEX #536424 Dark Olive Green

📋 copy color: '#536424'

red 83 ◦ green 100 ◦ blue 36

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

Shades of Dark Olive Green #536424

Tints of Dark Olive Green #536424

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.66%

 BLUE value IS 36 (14.45% from 255) = 16.44%

R = 37.9%
G = 45.66%
B = 16.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#536424 (or 0x536424) is known color: Dark Olive Green. HEX triplet: 53, 64 and 24. RGB value is (83,100,36). Sum of RGB (Red+Green+Blue) = 83+100+36=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #536424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536424 is #AC9BDB. Grayscale: #575757. Windows color (decimal): -11312092 or 2384979. OLE color: 2384979.

HSL color Cylindrical-coordinate representation of color #536424: hue angle of 75.94º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #536424 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 100 36 -
CMYK 0.17 0 0.64 0.61
HSL 75.94º 0.47% 0.27% -
HSV(B) 75.94º 0.64% 0.39% -
XYZ 8.44 11.08 3.36 -
YUV 87.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 83 100 36 0.17 0 0.64 0.61 75.94 0.47 0.27
Hex 53 64 24 11 0 40 3D 4C 2F 1B
Octal 123 144 44 21 0 100 75 114 57 33
Binary 1010011 1100100 100100 10001 0 1000000 111101 1001100 101111 11011

Color Harmonies of #536424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536424

Black with #536424

Text Example


Text Example

White with #536424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536424; }

 p { color: rgb(83,100,36); }

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

background-color css

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

 a { background-color: rgb(83,100,36); }

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

border-color css

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

 span { border-color: rgb(83,100,36); }

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