#372F02

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

Shades of Maire #372F02

Tints of Maire #372F02

Color information

#372F02 (or 0x372F02) is unknown color: approx Maire. HEX triplet: 37, 2F and 02. RGB value is (55,47,2). Sum of RGB (Red+Green+Blue) = 55+47+2=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #372F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372F02 is #C8D0FD. Grayscale: #2C2C2C. Windows color (decimal): -13160702 or 143159. OLE color: 143159.

HSL color Cylindrical-coordinate representation of color #372F02: hue angle of 50.94º 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 #372F02 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB55472-
CMYK00.150.960.78
HSL50.94º92.98%11.18%-
HSV(B)50.94º96.36%21.57%-
XYZ2.62.850.47-
YUV44.26104.15135.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 47 (18.75% from 255) = 45.19%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=52.88%
G=45.19%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5547200.150.960.7850.9492.9811.18
Hex372F20F604E335db
Octal675720171401166313513
Binary11011110111110011111100000100111011001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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