Html Css Color HEX #536526 Dark Olive Green

📋 copy color: '#536526'

red 83 ◦ green 101 ◦ blue 38

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

Shades of Dark Olive Green #536526

Tints of Dark Olive Green #536526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.12%

R = 37.39%
G = 45.5%
B = 17.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.60

RGB Variations

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

Color information

#536526 (or 0x536526) is known color: Dark Olive Green. HEX triplet: 53, 65 and 26. RGB value is (83,101,38). Sum of RGB (Red+Green+Blue) = 83+101+38=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #536526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536526 is #AC9AD9. Grayscale: #585858. Windows color (decimal): -11311834 or 2516307. OLE color: 2516307.

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

Color convert

RGB 83 101 38 -
CMYK 0.18 0 0.62 0.60
HSL 77.14º 0.45% 0.27% -
HSV(B) 77.14º 0.62% 0.4% -
XYZ 8.57 11.29 3.56 -
YUV 88.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 83 101 38 0.18 0 0.62 0.60 77.14 0.45 0.27
Hex 53 65 26 12 0 3E 3C 4D 2D 1B
Octal 123 145 46 22 0 76 74 115 55 33
Binary 1010011 1100101 100110 10010 0 111110 111100 1001101 101101 11011

Color Harmonies of #536526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536526

Black with #536526

Text Example


Text Example

White with #536526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536526; }

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

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

background-color css

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

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

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

border-color css

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

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

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