Html Css Color HEX #536537 Dark Olive Green

📋 copy color: '#536537'

red 83 ◦ green 101 ◦ blue 55

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

Shades of Dark Olive Green #536537

Tints of Dark Olive Green #536537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.01%

R = 34.73%
G = 42.26%
B = 23.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.60

RGB Variations

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

Color information

#536537 (or 0x536537) is known color: Dark Olive Green. HEX triplet: 53, 65 and 37. RGB value is (83,101,55). Sum of RGB (Red+Green+Blue) = 83+101+55=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #536537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536537 is #AC9AC8. Grayscale: #5A5A5A. Windows color (decimal): -11311817 or 3630419. OLE color: 3630419.

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

Color convert

RGB 83 101 55 -
CMYK 0.18 0 0.46 0.60
HSL 83.48º 0.29% 0.31% -
HSV(B) 83.48º 0.46% 0.4% -
XYZ 8.91 11.42 5.35 -
YUV 90.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 83 101 55 0.18 0 0.46 0.60 83.48 0.29 0.31
Hex 53 65 37 12 0 2E 3C 53 1D 1F
Octal 123 145 67 22 0 56 74 123 35 37
Binary 1010011 1100101 110111 10010 0 101110 111100 1010011 11101 11111

Color Harmonies of #536537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536537

Black with #536537

Text Example


Text Example

White with #536537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536537; }

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

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

background-color css

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

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

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

border-color css

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

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

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