#536134

Color #536134 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #536134

Tints of Dark Olive Green #536134

Color information

#536134 (or 0x536134) is unknown color: approx Dark Olive Green. HEX triplet: 53, 61 and 34. RGB value is (83,97,52). Sum of RGB (Red+Green+Blue) = 83+97+52=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #536134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536134 is #AC9ECB. Grayscale: #575757. Windows color (decimal): -11312844 or 3432787. OLE color: 3432787.

HSL color Cylindrical-coordinate representation of color #536134: hue angle of 78.67º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #536134 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB839752-
CMYK0.1400.460.62
HSL78.67º30.2%29.22%-
HSV(B)78.67º46.39%38.04%-
XYZ8.4610.644.86-
YUV87.68107.86124.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=35.78%
G=41.81%
B=22.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397520.1400.460.6278.6730.229.22
Hex536134E02E3E4f1e1d
Octal1231416416056761173635
Binary101001111000011101001110010111011111010011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536134; }

 p { color: rgb(83,97,52); }

 H1.HeaderClassName
 {
   color: #536134;
 }
 .AnyTagClassName
 {
   color: #536134;
 }
</style>
background-color css

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

 a { background-color: rgb(83,97,52); }

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

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

 span { border-color: rgb(83,97,52); }

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