Html Css Color HEX #536835 Dark Olive Green

📋 copy color: '#536835'

red 83 ◦ green 104 ◦ blue 53

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

Shades of Dark Olive Green #536835

Tints of Dark Olive Green #536835

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.33%

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 34.58%
G = 43.33%
B = 22.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#536835 (or 0x536835) is known color: Dark Olive Green. HEX triplet: 53, 68 and 35. RGB value is (83,104,53). Sum of RGB (Red+Green+Blue) = 83+104+53=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #536835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536835 is #AC97CA. Grayscale: #5C5C5C. Windows color (decimal): -11311051 or 3500115. OLE color: 3500115.

HSL color Cylindrical-coordinate representation of color #536835: hue angle of 84.71º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #536835 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 104 53 -
CMYK 0.20 0 0.49 0.59
HSL 84.71º 0.32% 0.31% -
HSV(B) 84.71º 0.49% 0.41% -
XYZ 9.16 12 5.2 -
YUV 91.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 83 104 53 0.20 0 0.49 0.59 84.71 0.32 0.31
Hex 53 68 35 14 0 31 3B 55 20 1F
Octal 123 150 65 24 0 61 73 125 40 37
Binary 1010011 1101000 110101 10100 0 110001 111011 1010101 100000 11111

Color Harmonies of #536835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536835

Black with #536835

Text Example


Text Example

White with #536835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536835; }

 p { color: rgb(83,104,53); }

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

background-color css

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

 a { background-color: rgb(83,104,53); }

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

border-color css

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

 span { border-color: rgb(83,104,53); }

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