Html Css Color HEX #536529 Dark Olive Green

📋 copy color: '#536529'

red 83 ◦ green 101 ◦ blue 41

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

Shades of Dark Olive Green #536529

Tints of Dark Olive Green #536529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.22%

R = 36.89%
G = 44.89%
B = 18.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#536529 (or 0x536529) is known color: Dark Olive Green. HEX triplet: 53, 65 and 29. RGB value is (83,101,41). Sum of RGB (Red+Green+Blue) = 83+101+41=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 101 - color contains mainly: green. Hex color #536529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536529 is #AC9AD6. Grayscale: #595959. Windows color (decimal): -11311831 or 2712915. OLE color: 2712915.

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

Color convert

RGB 83 101 41 -
CMYK 0.18 0 0.59 0.60
HSL 78º 0.42% 0.28% -
HSV(B) 78º 0.59% 0.4% -
XYZ 8.62 11.31 3.83 -
YUV 88.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 83 101 41 0.18 0 0.59 0.60 78 0.42 0.28
Hex 53 65 29 12 0 3B 3C 4E 2A 1C
Octal 123 145 51 22 0 73 74 116 52 34
Binary 1010011 1100101 101001 10010 0 111011 111100 1001110 101010 11100

Color Harmonies of #536529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536529

Black with #536529

Text Example


Text Example

White with #536529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536529; }

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

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

background-color css

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

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

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

border-color css

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

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

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