#34604E

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

Shades of Spectra #34604E

Tints of Spectra #34604E

Color information

#34604E (or 0x34604E) is unknown color: approx Spectra. HEX triplet: 34, 60 and 4E. RGB value is (52,96,78). Sum of RGB (Red+Green+Blue) = 52+96+78=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #34604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34604E is #CB9FB1. Grayscale: #505050. Windows color (decimal): -13344690 or 5136436. OLE color: 5136436.

HSL color Cylindrical-coordinate representation of color #34604E: hue angle of 155.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34604E is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB529678-
CMYK0.4600.190.62
HSL155.45º29.73%29.02%-
HSV(B)155.45º45.83%37.65%-
XYZ6.979.658.7-
YUV80.79126.42107.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=23.01%
G=42.48%
B=34.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296780.4600.190.62155.4529.7329.02
Hex34604E2E0133E9b1e1d
Octal6414011656023762333635
Binary11010011000001001110101110010011111110100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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