#34574F

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

Shades of Spectra #34574F

Tints of Spectra #34574F

Color information

#34574F (or 0x34574F) is unknown color: approx Spectra. HEX triplet: 34, 57 and 4F. RGB value is (52,87,79). Sum of RGB (Red+Green+Blue) = 52+87+79=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #34574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34574F is #CBA8B0. Grayscale: #4B4B4B. Windows color (decimal): -13346993 or 5199668. OLE color: 5199668.

HSL color Cylindrical-coordinate representation of color #34574F: hue angle of 166.29º 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 #34574F is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB528779-
CMYK0.4000.090.66
HSL166.29º25.18%27.25%-
HSV(B)166.29º40.23%34.12%-
XYZ6.248.118.63-
YUV75.62129.9111.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=23.85%
G=39.91%
B=36.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287790.4000.090.66166.2925.1827.25
Hex34574F280942a6191b
Octal64127117500111022463133
Binary11010010101111001111101000010011000010101001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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