#34644E

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

Shades of Spectra #34644E

Tints of Spectra #34644E

Color information

#34644E (or 0x34644E) is unknown color: approx Spectra. HEX triplet: 34, 64 and 4E. RGB value is (52,100,78). Sum of RGB (Red+Green+Blue) = 52+100+78=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 100 - color contains mainly: green. Hex color #34644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34644E is #CB9BB1. Grayscale: #535353. Windows color (decimal): -13343666 or 5137460. OLE color: 5137460.

HSL color Cylindrical-coordinate representation of color #34644E: hue angle of 152.5º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34644E is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB5210078-
CMYK0.4800.220.61
HSL152.5º31.58%29.8%-
HSV(B)152.5º48%39.22%-
XYZ7.3510.398.83-
YUV83.14125.1105.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 100 (39.45% from 255) = 43.48%
BLUE value IS 78 (30.86% from 255) = 33.91%
R=22.61%
G=43.48%
B=33.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100780.4800.220.61152.531.5829.8
Hex34644E300163D98201e
Octal6414411660026752304036
Binary110100110010010011101100000101101111011001100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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