#36302A

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

Shades of Acadia #36302A

Tints of Acadia #36302A

Color information

#36302A (or 0x36302A) is unknown color: approx Acadia. HEX triplet: 36, 30 and 2A. RGB value is (54,48,42). Sum of RGB (Red+Green+Blue) = 54+48+42=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 54 - color contains mainly: red. Hex color #36302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36302A is #C9CFD5. Grayscale: #313131. Windows color (decimal): -13225942 or 2764854. OLE color: 2764854.

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

Color convert

RGB544842-
CMYK00.110.220.79
HSL30º12.5%18.82%-
HSV(B)30º22.22%21.18%-
XYZ33.072.62-
YUV49.11123.99131.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 29.17%
R=37.5%
G=33.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54484200.110.220.793012.518.82
Hex36302A0B164F1ec13
Octal66605201326117361423
Binary1101101100001010100101110110100111111110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36302A; }

 p { color: rgb(54,48,42); }

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

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

 a { background-color: rgb(54,48,42); }

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

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

 span { border-color: rgb(54,48,42); }

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