#372E02

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

Shades of Maire #372E02

Tints of Maire #372E02

Color information

#372E02 (or 0x372E02) is unknown color: approx Maire. HEX triplet: 37, 2E and 02. RGB value is (55,46,2). Sum of RGB (Red+Green+Blue) = 55+46+2=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 2 (1.17% from 255 or 1.94% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #372E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E02 is #C8D1FD. Grayscale: #2B2B2B. Windows color (decimal): -13160958 or 142903. OLE color: 142903.

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

Color convert

RGB55462-
CMYK00.160.960.78
HSL49.81º92.98%11.18%-
HSV(B)49.81º96.36%21.57%-
XYZ2.562.770.46-
YUV43.68104.48136.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 46 (18.36% from 255) = 44.66%
BLUE value IS 2 (1.17% from 255) = 1.94%
R=53.40%
G=44.66%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5546200.160.960.7849.8192.9811.18
Hex372E2010604E325db
Octal675620201401166213513
Binary110111101110100100001100000100111011001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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