Html Css Color HEX #363534 Acadia

📋 copy color: '#363534'

red 54 ◦ green 53 ◦ blue 52

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

Shades of Acadia #363534

Tints of Acadia #363534

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.7% from 255) = 32.7%

R = 33.96%
G = 33.33%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#363534 (or 0x363534) is known color: 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

RGB 54 53 52 -
CMYK 0 0.02 0.04 0.79
HSL 30º 0.02% 0.21% -
HSV(B) 30º 0.04% 0.21% -
XYZ 3.41 3.58 3.76 -
YUV 53.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 54 53 52 0 0.02 0.04 0.79 30 0.02 0.21
Hex 36 35 34 0 2 4 4F 1E 2 15
Octal 66 65 64 0 2 4 117 36 2 25
Binary 110110 110101 110100 0 10 100 1001111 11110 10 10101

Color Harmonies of #363534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363534

Black with #363534

Text Example


Text Example

White with #363534

Text Example


Text Example

HTML Codes & Css Web 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>