#34594D

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

Shades of Spectra #34594D

Tints of Spectra #34594D

Color information

#34594D (or 0x34594D) is unknown color: approx Spectra. HEX triplet: 34, 59 and 4D. RGB value is (52,89,77). Sum of RGB (Red+Green+Blue) = 52+89+77=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #34594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34594D is #CBA6B2. Grayscale: #4C4C4C. Windows color (decimal): -13346483 or 5069108. OLE color: 5069108.

HSL color Cylindrical-coordinate representation of color #34594D: hue angle of 160.54º 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 #34594D is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB528977-
CMYK0.4200.130.65
HSL160.54º26.24%27.65%-
HSV(B)160.54º41.57%34.9%-
XYZ6.338.418.31-
YUV76.57128.24110.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=23.85%
G=40.83%
B=35.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289770.4200.130.65160.5426.2427.65
Hex34594D2A0D41a11a1c
Octal64131115520151012413234
Binary11010010110011001101101010011011000001101000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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