Html Css Color HEX #536935 Dark Olive Green

📋 copy color: '#536935'

red 83 ◦ green 105 ◦ blue 53

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

Shades of Dark Olive Green #536935

Tints of Dark Olive Green #536935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.57%

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

R = 34.44%
G = 43.57%
B = 21.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#536935 (or 0x536935) is known color: Dark Olive Green. HEX triplet: 53, 69 and 35. RGB value is (83,105,53). Sum of RGB (Red+Green+Blue) = 83+105+53=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #536935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536935 is #AC96CA. Grayscale: #5C5C5C. Windows color (decimal): -11310795 or 3500371. OLE color: 3500371.

HSL color Cylindrical-coordinate representation of color #536935: hue angle of 85.38º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #536935 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 105 53 -
CMYK 0.21 0 0.50 0.59
HSL 85.38º 0.33% 0.31% -
HSV(B) 85.38º 0.5% 0.41% -
XYZ 9.26 12.2 5.23 -
YUV 92.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 83 105 53 0.21 0 0.50 0.59 85.38 0.33 0.31
Hex 53 69 35 15 0 32 3B 55 21 1F
Octal 123 151 65 25 0 62 73 125 41 37
Binary 1010011 1101001 110101 10101 0 110010 111011 1010101 100001 11111

Color Harmonies of #536935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536935

Black with #536935

Text Example


Text Example

White with #536935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536935; }

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

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

background-color css

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

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

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

border-color css

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

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

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