#34694E

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

Shades of Spectra #34694E

Tints of Spectra #34694E

Color information

#34694E (or 0x34694E) is unknown color: approx Spectra. HEX triplet: 34, 69 and 4E. RGB value is (52,105,78). Sum of RGB (Red+Green+Blue) = 52+105+78=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #34694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34694E is #CB96B1. Grayscale: #565656. Windows color (decimal): -13342386 or 5138740. OLE color: 5138740.

HSL color Cylindrical-coordinate representation of color #34694E: hue angle of 149.43º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34694E is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB5210578-
CMYK0.5000.260.59
HSL149.43º33.76%30.78%-
HSV(B)149.43º50.48%41.18%-
XYZ7.8411.388.99-
YUV86.07123.44103.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 105 (41.41% from 255) = 44.68%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=22.13%
G=44.68%
B=33.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105780.5000.260.59149.4333.7630.78
Hex34694E3201A3B95221f
Octal6415111662032732254237
Binary110100110100110011101100100110101110111001010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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