#34594B

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

Shades of Spectra #34594B

Tints of Spectra #34594B

Color information

#34594B (or 0x34594B) is unknown color: approx Spectra. HEX triplet: 34, 59 and 4B. RGB value is (52,89,75). Sum of RGB (Red+Green+Blue) = 52+89+75=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #34594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34594B is #CBA6B4. Grayscale: #4C4C4C. Windows color (decimal): -13346485 or 4938036. OLE color: 4938036.

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

Color convert

RGB528975-
CMYK0.4200.160.65
HSL157.3º26.24%27.65%-
HSV(B)157.3º41.57%34.9%-
XYZ6.268.387.94-
YUV76.34127.24110.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=24.07%
G=41.20%
B=34.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289750.4200.160.65157.326.2427.65
Hex34594B2A010419d1a1c
Octal64131113520201012353234
Binary110100101100110010111010100100001000001100111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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