Html Css Color HEX #363000 Maire

📋 copy color: '#363000'

red 54 ◦ green 48 ◦ blue 0

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

Shades of Maire #363000

Tints of Maire #363000

RGB

 RED value IS 54 (21.48% from 255) = 52.94%

 GREEN value IS 48 (19.14% from 255) = 47.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.94%
G = 47.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#363000 (or 0x363000) is known color: Maire. HEX triplet: 36, 30 and 00. RGB value is (54,48,0). Sum of RGB (Red+Green+Blue) = 54+48+0=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #363000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363000 is #C9CFFF. Grayscale: #2C2C2C. Windows color (decimal): -13225984 or 12342. OLE color: 12342.

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

Color convert

RGB 54 48 0 -
CMYK 0 0.11 1 0.79
HSL 53.33º 1% 0.11% -
HSV(B) 53.33º 1% 0.21% -
XYZ 2.58 2.9 0.42 -
YUV 44.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 54 48 0 0 0.11 1 0.79 53.33 1 0.11
Hex 36 30 0 0 B 64 4F 35 64 B
Octal 66 60 0 0 13 144 117 65 144 13
Binary 110110 110000 0 0 1011 1100100 1001111 110101 1100100 1011

Color Harmonies of #363000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363000

Black with #363000

Text Example


Text Example

White with #363000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363000; }

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

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

background-color css

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

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

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

border-color css

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

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

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