#345B4A

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

Shades of Spectra #345B4A

Tints of Spectra #345B4A

Color information

#345B4A (or 0x345B4A) is unknown color: approx Spectra. HEX triplet: 34, 5B and 4A. RGB value is (52,91,74). Sum of RGB (Red+Green+Blue) = 52+91+74=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #345B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345B4A is #CBA4B5. Grayscale: #4D4D4D. Windows color (decimal): -13345974 or 4873012. OLE color: 4873012.

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

Color convert

RGB529174-
CMYK0.4300.190.64
HSL153.85º27.27%28.04%-
HSV(B)153.85º42.86%35.69%-
XYZ6.398.717.82-
YUV77.4126.08109.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 91 (35.94% from 255) = 41.94%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=23.96%
G=41.94%
B=34.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5291740.4300.190.64153.8527.2728.04
Hex345B4A2B013409a1b1c
Octal64133112530231002323334
Binary110100101101110010101010110100111000000100110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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