Html Css Color HEX #536828 Dark Olive Green

📋 copy color: '#536828'

red 83 ◦ green 104 ◦ blue 40

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

Shades of Dark Olive Green #536828

Tints of Dark Olive Green #536828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.62%

R = 36.56%
G = 45.81%
B = 17.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#536828 (or 0x536828) is known color: Dark Olive Green. HEX triplet: 53, 68 and 28. RGB value is (83,104,40). Sum of RGB (Red+Green+Blue) = 83+104+40=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #536828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536828 is #AC97D7. Grayscale: #5A5A5A. Windows color (decimal): -11311064 or 2648147. OLE color: 2648147.

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

Color convert

RGB 83 104 40 -
CMYK 0.20 0 0.62 0.59
HSL 79.69º 0.44% 0.28% -
HSV(B) 79.69º 0.62% 0.41% -
XYZ 8.9 11.89 3.83 -
YUV 90.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 83 104 40 0.20 0 0.62 0.59 79.69 0.44 0.28
Hex 53 68 28 14 0 3E 3B 50 2C 1C
Octal 123 150 50 24 0 76 73 120 54 34
Binary 1010011 1101000 101000 10100 0 111110 111011 1010000 101100 11100

Color Harmonies of #536828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536828

Black with #536828

Text Example


Text Example

White with #536828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536828; }

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

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

background-color css

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

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

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

border-color css

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

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

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