Html Css Color HEX #372D02 Maire

📋 copy color: '#372D02'

red 55 ◦ green 45 ◦ blue 2

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

Shades of Maire #372D02

Tints of Maire #372D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 44.12%

 BLUE value IS 2 (1.17% from 255) = 1.96%

R = 53.92%
G = 44.12%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#372D02 (or 0x372D02) is known color: Maire. HEX triplet: 37, 2D and 02. RGB value is (55,45,2). Sum of RGB (Red+Green+Blue) = 55+45+2=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #372D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D02 is #C8D2FD. Grayscale: #2B2B2B. Windows color (decimal): -13161214 or 142647. OLE color: 142647.

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

Color convert

RGB 55 45 2 -
CMYK 0 0.18 0.96 0.78
HSL 48.68º 0.93% 0.11% -
HSV(B) 48.68º 0.96% 0.22% -
XYZ 2.52 2.69 0.44 -
YUV 43.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 55 45 2 0 0.18 0.96 0.78 48.68 0.93 0.11
Hex 37 2D 2 0 12 60 4E 31 5D B
Octal 67 55 2 0 22 140 116 61 135 13
Binary 110111 101101 10 0 10010 1100000 1001110 110001 1011101 1011

Color Harmonies of #372D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D02

Black with #372D02

Text Example


Text Example

White with #372D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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