#343B38

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

Shades of Celtic #343B38

Tints of Celtic #343B38

Color information

#343B38 (or 0x343B38) is unknown color: approx Celtic. HEX triplet: 34, 3B and 38. RGB value is (52,59,56). Sum of RGB (Red+Green+Blue) = 52+59+56=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 59 - color contains mainly: green. Hex color #343B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B38 is #CBC4C7. Grayscale: #383838. Windows color (decimal): -13354184 or 3685172. OLE color: 3685172.

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

Color convert

RGB525956-
CMYK0.1200.050.77
HSL154.29º6.31%21.76%-
HSV(B)154.29º11.86%23.14%-
XYZ3.694.144.35-
YUV56.56127.68124.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=31.14%
G=35.33%
B=33.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5259560.1200.050.77154.296.3121.76
Hex343B38C054D9a616
Octal6473701405115232626
Binary1101001110111110001100010110011011001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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