#34574D

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

Shades of Spectra #34574D

Tints of Spectra #34574D

Color information

#34574D (or 0x34574D) is unknown color: approx Spectra. HEX triplet: 34, 57 and 4D. RGB value is (52,87,77). Sum of RGB (Red+Green+Blue) = 52+87+77=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #34574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34574D is #CBA8B2. Grayscale: #4B4B4B. Windows color (decimal): -13346995 or 5068596. OLE color: 5068596.

HSL color Cylindrical-coordinate representation of color #34574D: hue angle of 162.86º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34574D is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB528777-
CMYK0.4000.110.66
HSL162.86º25.18%27.25%-
HSV(B)162.86º40.23%34.12%-
XYZ6.168.088.26-
YUV75.4128.9111.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=24.07%
G=40.28%
B=35.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287770.4000.110.66162.8625.1827.25
Hex34574D280B42a3191b
Octal64127115500131022433133
Binary11010010101111001101101000010111000010101000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34574D; }

 p { color: rgb(52,87,77); }

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

<style>
 a { background-color: #34574D; }

 a { background-color: rgb(52,87,77); }

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

<style>
 span { border-color: #34574D; }

 span { border-color: rgb(52,87,77); }

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