#343A37

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

Shades of Celtic #343A37

Tints of Celtic #343A37

Color information

#343A37 (or 0x343A37) is unknown color: approx Celtic. HEX triplet: 34, 3A and 37. RGB value is (52,58,55). Sum of RGB (Red+Green+Blue) = 52+58+55=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 58 - color contains mainly: green. Hex color #343A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A37 is #CBC5C8. Grayscale: #373737. Windows color (decimal): -13354441 or 3619380. OLE color: 3619380.

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

Color convert

RGB525855-
CMYK0.1000.050.77
HSL150º5.45%21.57%-
HSV(B)150º10.34%22.75%-
XYZ3.624.034.2-
YUV55.86127.51125.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 55 (21.88% from 255) = 33.33%
R=31.52%
G=35.15%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5258550.1000.050.771505.4521.57
Hex343A37A054D96516
Octal6472671205115226526
Binary1101001110101101111010010110011011001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,58,55); }

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

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

 a { background-color: rgb(52,58,55); }

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

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

 span { border-color: rgb(52,58,55); }

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