#342926

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

Shades of Diesel #342926

Tints of Diesel #342926

Color information

#342926 (or 0x342926) is unknown color: approx Diesel. HEX triplet: 34, 29 and 26. RGB value is (52,41,38). Sum of RGB (Red+Green+Blue) = 52+41+38=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #342926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342926 is #CBD6D9. Grayscale: #2B2B2B. Windows color (decimal): -13358810 or 2500916. OLE color: 2500916.

HSL color Cylindrical-coordinate representation of color #342926: hue angle of 12.86º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #342926 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB524138-
CMYK00.210.270.80
HSL12.86º15.56%17.65%-
HSV(B)12.86º26.92%20.39%-
XYZ2.562.462.17-
YUV43.95124.64133.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=39.69%
G=31.30%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52413800.210.270.8012.8615.5617.65
Hex3429260151B50d1012
Octal64514602533120152022
Binary11010010100110011001010111011101000011011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342926; }

 p { color: rgb(52,41,38); }

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

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

 a { background-color: rgb(52,41,38); }

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

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

 span { border-color: rgb(52,41,38); }

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