#34584F

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

Shades of Spectra #34584F

Tints of Spectra #34584F

Color information

#34584F (or 0x34584F) is unknown color: approx Spectra. HEX triplet: 34, 58 and 4F. RGB value is (52,88,79). Sum of RGB (Red+Green+Blue) = 52+88+79=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #34584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34584F is #CBA7B0. Grayscale: #4C4C4C. Windows color (decimal): -13346737 or 5199924. OLE color: 5199924.

HSL color Cylindrical-coordinate representation of color #34584F: hue angle of 165º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34584F is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB528879-
CMYK0.4100.100.65
HSL165º25.71%27.45%-
HSV(B)165º40.91%34.51%-
XYZ6.328.278.66-
YUV76.21129.57110.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=23.74%
G=40.18%
B=36.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288790.4100.100.6516525.7127.45
Hex34584F290A41a51a1b
Octal64130117510121012453233
Binary11010010110001001111101001010101000001101001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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