#345C4B

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

Shades of Spectra #345C4B

Tints of Spectra #345C4B

Color information

#345C4B (or 0x345C4B) is unknown color: approx Spectra. HEX triplet: 34, 5C and 4B. RGB value is (52,92,75). Sum of RGB (Red+Green+Blue) = 52+92+75=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #345C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C4B is #CBA3B4. Grayscale: #4E4E4E. Windows color (decimal): -13345717 or 4938804. OLE color: 4938804.

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

Color convert

RGB529275-
CMYK0.4300.180.64
HSL154.5º27.78%28.24%-
HSV(B)154.5º43.48%36.08%-
XYZ6.518.898.03-
YUV78.1126.25109.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 92 (36.33% from 255) = 42.01%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=23.74%
G=42.01%
B=34.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292750.4300.180.64154.527.7828.24
Hex345C4B2B012409a1c1c
Octal64134113530221002323434
Binary110100101110010010111010110100101000000100110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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