#34554A

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

Shades of Spectra #34554A

Tints of Spectra #34554A

Color information

#34554A (or 0x34554A) is unknown color: approx Spectra. HEX triplet: 34, 55 and 4A. RGB value is (52,85,74). Sum of RGB (Red+Green+Blue) = 52+85+74=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #34554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34554A is #CBAAB5. Grayscale: #494949. Windows color (decimal): -13347510 or 4871476. OLE color: 4871476.

HSL color Cylindrical-coordinate representation of color #34554A: hue angle of 160º 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 #34554A is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB528574-
CMYK0.3900.130.67
HSL160º24.09%26.86%-
HSV(B)160º38.82%33.33%-
XYZ5.97.727.66-
YUV73.88128.07112.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=24.64%
G=40.28%
B=35.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285740.3900.130.6716024.0926.86
Hex34554A270D43a0181b
Octal64125112470151032403033
Binary11010010101011001010100111011011000011101000001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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