Html Css Color HEX #372E01 Maire

📋 copy color: '#372E01'

red 55 ◦ green 46 ◦ blue 1

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

Shades of Maire #372E01

Tints of Maire #372E01

RGB

 RED value IS 55 (21.88% from 255) = 53.92%

 GREEN value IS 46 (18.36% from 255) = 45.1%

 BLUE value IS 1 (0.78% from 255) = 0.98%

R = 53.92%
G = 45.1%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#372E01 (or 0x372E01) is known color: Maire. HEX triplet: 37, 2E and 01. RGB value is (55,46,1). Sum of RGB (Red+Green+Blue) = 55+46+1=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #372E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E01 is #C8D1FE. Grayscale: #2B2B2B. Windows color (decimal): -13160959 or 77367. OLE color: 77367.

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

Color convert

RGB 55 46 1 -
CMYK 0 0.16 0.98 0.78
HSL 50º 0.96% 0.11% -
HSV(B) 50º 0.98% 0.22% -
XYZ 2.56 2.77 0.43 -
YUV 43.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 55 46 1 0 0.16 0.98 0.78 50 0.96 0.11
Hex 37 2E 1 0 10 62 4E 32 60 B
Octal 67 56 1 0 20 142 116 62 140 13
Binary 110111 101110 1 0 10000 1100010 1001110 110010 1100000 1011

Color Harmonies of #372E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E01

Black with #372E01

Text Example


Text Example

White with #372E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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