#34614E

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

Shades of Spectra #34614E

Tints of Spectra #34614E

Color information

#34614E (or 0x34614E) is unknown color: approx Spectra. HEX triplet: 34, 61 and 4E. RGB value is (52,97,78). Sum of RGB (Red+Green+Blue) = 52+97+78=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #34614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34614E is #CB9EB1. Grayscale: #515151. Windows color (decimal): -13344434 or 5136692. OLE color: 5136692.

HSL color Cylindrical-coordinate representation of color #34614E: hue angle of 154.67º 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 #34614E is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB529778-
CMYK0.4600.200.62
HSL154.67º30.2%29.22%-
HSV(B)154.67º46.39%38.04%-
XYZ7.079.838.73-
YUV81.38126.09107.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=22.91%
G=42.73%
B=34.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5297780.4600.200.62154.6730.229.22
Hex34614E2E0143E9b1e1d
Octal6414111656024762333635
Binary11010011000011001110101110010100111110100110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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