Html Css Color HEX #536538 Dark Olive Green

📋 copy color: '#536538'

red 83 ◦ green 101 ◦ blue 56

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

Shades of Dark Olive Green #536538

Tints of Dark Olive Green #536538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 34.58%
G = 42.08%
B = 23.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.60

RGB Variations

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

Color information

#536538 (or 0x536538) is known color: Dark Olive Green. HEX triplet: 53, 65 and 38. RGB value is (83,101,56). Sum of RGB (Red+Green+Blue) = 83+101+56=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #536538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536538 is #AC9AC7. Grayscale: #5A5A5A. Windows color (decimal): -11311816 or 3695955. OLE color: 3695955.

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

Color convert

RGB 83 101 56 -
CMYK 0.18 0 0.45 0.60
HSL 84º 0.29% 0.31% -
HSV(B) 84º 0.45% 0.4% -
XYZ 8.93 11.43 5.48 -
YUV 90.49 108.54 122.66 -
System Red Green Blue C M Y K H S L
Decimal 83 101 56 0.18 0 0.45 0.60 84 0.29 0.31
Hex 53 65 38 12 0 2D 3C 54 1D 1F
Octal 123 145 70 22 0 55 74 124 35 37
Binary 1010011 1100101 111000 10010 0 101101 111100 1010100 11101 11111

Color Harmonies of #536538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536538

Black with #536538

Text Example


Text Example

White with #536538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536538; }

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

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

background-color css

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

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

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

border-color css

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

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

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