#34554C

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

Shades of Spectra #34554C

Tints of Spectra #34554C

Color information

#34554C (or 0x34554C) is unknown color: approx Spectra. HEX triplet: 34, 55 and 4C. RGB value is (52,85,76). Sum of RGB (Red+Green+Blue) = 52+85+76=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #34554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34554C is #CBAAB3. Grayscale: #4A4A4A. Windows color (decimal): -13347508 or 5002548. OLE color: 5002548.

HSL color Cylindrical-coordinate representation of color #34554C: hue angle of 163.64º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #34554C is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB528576-
CMYK0.3900.110.67
HSL163.64º24.09%26.86%-
HSV(B)163.64º38.82%33.33%-
XYZ5.977.758.02-
YUV74.11129.07112.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=24.41%
G=39.91%
B=35.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285760.3900.110.67163.6424.0926.86
Hex34554C270B43a4181b
Octal64125114470131032443033
Binary11010010101011001100100111010111000011101001001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34554C; }

 p { color: rgb(52,85,76); }

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

<style>
 a { background-color: #34554C; }

 a { background-color: rgb(52,85,76); }

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

<style>
 span { border-color: #34554C; }

 span { border-color: rgb(52,85,76); }

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