#34594E

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

Shades of Spectra #34594E

Tints of Spectra #34594E

Color information

#34594E (or 0x34594E) is unknown color: approx Spectra. HEX triplet: 34, 59 and 4E. RGB value is (52,89,78). Sum of RGB (Red+Green+Blue) = 52+89+78=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #34594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34594E is #CBA6B1. Grayscale: #4C4C4C. Windows color (decimal): -13346482 or 5134644. OLE color: 5134644.

HSL color Cylindrical-coordinate representation of color #34594E: hue angle of 162.16º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #34594E is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB528978-
CMYK0.4200.120.65
HSL162.16º26.24%27.65%-
HSV(B)162.16º41.57%34.9%-
XYZ6.368.428.5-
YUV76.68128.74110.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=23.74%
G=40.64%
B=35.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289780.4200.120.65162.1626.2427.65
Hex34594E2A0C41a21a1c
Octal64131116520141012423234
Binary11010010110011001110101010011001000001101000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34594E; }

 p { color: rgb(52,89,78); }

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

<style>
 a { background-color: #34594E; }

 a { background-color: rgb(52,89,78); }

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

<style>
 span { border-color: #34594E; }

 span { border-color: rgb(52,89,78); }

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