#363534

Color #363534 Acadia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acadia #363534

Tints of Acadia #363534

Color information

#363534 (or 0x363534) is unknown color: approx Acadia. HEX triplet: 36, 35 and 34. RGB value is (54,53,52). Sum of RGB (Red+Green+Blue) = 54+53+52=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 54 - color contains mainly: red. Hex color #363534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363534 is #C9CACB. Grayscale: #353535. Windows color (decimal): -13224652 or 3421494. OLE color: 3421494.

HSL color Cylindrical-coordinate representation of color #363534: hue angle of 30º degrees, saturation: 0.02, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #363534 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB545352-
CMYK00.020.040.79
HSL30º1.89%20.78%-
HSV(B)30º3.7%21.18%-
XYZ3.413.583.76-
YUV53.18127.33128.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.96%
GREEN value IS 53 (21.09% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=33.96%
G=33.33%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54535200.020.040.79301.8920.78
Hex3635340244F1e215
Octal66656402411736225
Binary1101101101011101000101001001111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363534; }

 p { color: rgb(54,53,52); }

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

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

 a { background-color: rgb(54,53,52); }

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

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

 span { border-color: rgb(54,53,52); }

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