#345C4C

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

Shades of Spectra #345C4C

Tints of Spectra #345C4C

Color information

#345C4C (or 0x345C4C) is unknown color: approx Spectra. HEX triplet: 34, 5C and 4C. RGB value is (52,92,76). Sum of RGB (Red+Green+Blue) = 52+92+76=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 92 - color contains mainly: green. Hex color #345C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C4C is #CBA3B3. Grayscale: #4E4E4E. Windows color (decimal): -13345716 or 5004340. OLE color: 5004340.

HSL color Cylindrical-coordinate representation of color #345C4C: hue angle of 156º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C4C is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB529276-
CMYK0.4300.170.64
HSL156º27.78%28.24%-
HSV(B)156º43.48%36.08%-
XYZ6.558.918.21-
YUV78.22126.75109.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 92 (36.33% from 255) = 41.82%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=23.64%
G=41.82%
B=34.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292760.4300.170.6415627.7828.24
Hex345C4C2B011409c1c1c
Octal64134114530211002343434
Binary110100101110010011001010110100011000000100111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345C4C; }

 p { color: rgb(52,92,76); }

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

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

 a { background-color: rgb(52,92,76); }

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

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

 span { border-color: rgb(52,92,76); }

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