#343B25

Color #343B25 Log Cabin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Log Cabin #343B25

Tints of Log Cabin #343B25

Color information

#343B25 (or 0x343B25) is unknown color: approx Log Cabin. HEX triplet: 34, 3B and 25. RGB value is (52,59,37). Sum of RGB (Red+Green+Blue) = 52+59+37=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 59 - color contains mainly: green. Hex color #343B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B25 is #CBC4DA. Grayscale: #363636. Windows color (decimal): -13354203 or 2439988. OLE color: 2439988.

HSL color Cylindrical-coordinate representation of color #343B25: hue angle of 79.09º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #343B25 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB525937-
CMYK0.1200.370.77
HSL79.09º22.92%18.82%-
HSV(B)79.09º37.29%23.14%-
XYZ3.313.992.35-
YUV54.4118.18126.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.14%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 37 (14.84% from 255) = 25%
R=35.14%
G=39.86%
B=25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5259370.1200.370.7779.0922.9218.82
Hex343B25C0254D4f1713
Octal647345140451151172723
Binary11010011101110010111000100101100110110011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343B25; }

 p { color: rgb(52,59,37); }

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

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

 a { background-color: rgb(52,59,37); }

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

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

 span { border-color: rgb(52,59,37); }

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