#345B4E

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

Shades of Spectra #345B4E

Tints of Spectra #345B4E

Color information

#345B4E (or 0x345B4E) is unknown color: approx Spectra. HEX triplet: 34, 5B and 4E. RGB value is (52,91,78). Sum of RGB (Red+Green+Blue) = 52+91+78=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 91 - color contains mainly: green. Hex color #345B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345B4E is #CBA4B1. Grayscale: #4D4D4D. Windows color (decimal): -13345970 or 5135156. OLE color: 5135156.

HSL color Cylindrical-coordinate representation of color #345B4E: hue angle of 160º degrees, saturation: 0.27, 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 #345B4E is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB529178-
CMYK0.4300.140.64
HSL160º27.27%28.04%-
HSV(B)160º42.86%35.69%-
XYZ6.538.768.55-
YUV77.86128.08109.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 91 (35.94% from 255) = 41.18%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=23.53%
G=41.18%
B=35.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5291780.4300.140.6416027.2728.04
Hex345B4E2B0E40a01b1c
Octal64133116530161002403334
Binary11010010110111001110101011011101000000101000001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,91,78); }

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

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

 a { background-color: rgb(52,91,78); }

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

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

 span { border-color: rgb(52,91,78); }

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