Html Css Color HEX #536735 Dark Olive Green

📋 copy color: '#536735'

red 83 ◦ green 103 ◦ blue 53

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

Shades of Dark Olive Green #536735

Tints of Dark Olive Green #536735

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.1%

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

R = 34.73%
G = 43.1%
B = 22.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#536735 (or 0x536735) is known color: Dark Olive Green. HEX triplet: 53, 67 and 35. RGB value is (83,103,53). Sum of RGB (Red+Green+Blue) = 83+103+53=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #536735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536735 is #AC98CA. Grayscale: #5B5B5B. Windows color (decimal): -11311307 or 3499859. OLE color: 3499859.

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

Color convert

RGB 83 103 53 -
CMYK 0.19 0 0.49 0.60
HSL 84º 0.32% 0.31% -
HSV(B) 84º 0.49% 0.4% -
XYZ 9.06 11.8 5.17 -
YUV 91.32 106.37 122.07 -
System Red Green Blue C M Y K H S L
Decimal 83 103 53 0.19 0 0.49 0.60 84 0.32 0.31
Hex 53 67 35 13 0 31 3C 54 20 1F
Octal 123 147 65 23 0 61 74 124 40 37
Binary 1010011 1100111 110101 10011 0 110001 111100 1010100 100000 11111

Color Harmonies of #536735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536735

Black with #536735

Text Example


Text Example

White with #536735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536735; }

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

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

background-color css

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

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

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

border-color css

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

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

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