#34584A

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

Shades of Spectra #34584A

Tints of Spectra #34584A

Color information

#34584A (or 0x34584A) is unknown color: approx Spectra. HEX triplet: 34, 58 and 4A. RGB value is (52,88,74). Sum of RGB (Red+Green+Blue) = 52+88+74=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #34584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34584A is #CBA7B5. Grayscale: #4B4B4B. Windows color (decimal): -13346742 or 4872244. OLE color: 4872244.

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

Color convert

RGB528874-
CMYK0.4100.160.65
HSL156.67º25.71%27.45%-
HSV(B)156.67º40.91%34.51%-
XYZ6.148.27.74-
YUV75.64127.07111.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=24.30%
G=41.12%
B=34.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5288740.4100.160.65156.6725.7127.45
Hex34584A29010419d1a1b
Octal64130112510201012353233
Binary110100101100010010101010010100001000001100111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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