#342E00

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

Shades of Maire #342E00

Tints of Maire #342E00

Color information

#342E00 (or 0x342E00) is unknown color: approx Maire. HEX triplet: 34, 2E and 00. RGB value is (52,46,0). Sum of RGB (Red+Green+Blue) = 52+46+0=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #342E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #342E00 is #CBD1FF. Grayscale: #2A2A2A. Windows color (decimal): -13357568 or 11828. OLE color: 11828.

HSL color Cylindrical-coordinate representation of color #342E00: hue angle of 53.08º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #342E00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB52460-
CMYK00.1210.80
HSL53.08º100%10.2%-
HSV(B)53.08º100%20.39%-
XYZ2.392.680.39-
YUV42.55103.99134.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 46 (18.36% from 255) = 46.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.06%
G=46.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5246000.1210.8053.0810010.2
Hex342E00C64503564a
Octal645600141441206514412
Binary1101001011100011001100100101000011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342E00; }

 p { color: rgb(52,46,0); }

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

<style>
 a { background-color: #342E00; }

 a { background-color: rgb(52,46,0); }

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

<style>
 span { border-color: #342E00; }

 span { border-color: rgb(52,46,0); }

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