#362E02

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

Shades of Maire #362E02

Tints of Maire #362E02

Color information

#362E02 (or 0x362E02) is unknown color: approx Maire. HEX triplet: 36, 2E and 02. RGB value is (54,46,2). Sum of RGB (Red+Green+Blue) = 54+46+2=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #362E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362E02 is #C9D1FD. Grayscale: #2B2B2B. Windows color (decimal): -13226494 or 142902. OLE color: 142902.

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

Color convert

RGB54462-
CMYK00.150.960.79
HSL50.77º92.86%10.98%-
HSV(B)50.77º96.3%21.18%-
XYZ2.512.740.45-
YUV43.38104.65135.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.94%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 2 (1.17% from 255) = 1.96%
R=52.94%
G=45.10%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5446200.150.960.7950.7792.8610.98
Hex362E20F604F335db
Octal665620171401176313513
Binary11011010111010011111100000100111111001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362E02; }

 p { color: rgb(54,46,2); }

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

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

 a { background-color: rgb(54,46,2); }

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

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

 span { border-color: rgb(54,46,2); }

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