#34544C

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

Shades of Spectra #34544C

Tints of Spectra #34544C

Color information

#34544C (or 0x34544C) is unknown color: approx Spectra. HEX triplet: 34, 54 and 4C. RGB value is (52,84,76). Sum of RGB (Red+Green+Blue) = 52+84+76=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #34544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34544C is #CBABB3. Grayscale: #494949. Windows color (decimal): -13347764 or 5002292. OLE color: 5002292.

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

Color convert

RGB528476-
CMYK0.3800.100.67
HSL165º23.53%26.67%-
HSV(B)165º38.1%32.94%-
XYZ5.897.597.99-
YUV73.52129.4112.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=24.53%
G=39.62%
B=35.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284760.3800.100.6716523.5326.67
Hex34544C260A43a5181b
Octal64124114460121032453033
Binary11010010101001001100100110010101000011101001011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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