#34694F

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

Shades of Spectra #34694F

Tints of Spectra #34694F

Color information

#34694F (or 0x34694F) is unknown color: approx Spectra. HEX triplet: 34, 69 and 4F. RGB value is (52,105,79). Sum of RGB (Red+Green+Blue) = 52+105+79=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #34694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34694F is #CB96B0. Grayscale: #565656. Windows color (decimal): -13342385 or 5204276. OLE color: 5204276.

HSL color Cylindrical-coordinate representation of color #34694F: hue angle of 150.57º 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 #34694F is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB5210579-
CMYK0.5000.250.59
HSL150.57º33.76%30.78%-
HSV(B)150.57º50.48%41.18%-
XYZ7.8811.49.18-
YUV86.19123.94103.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=22.03%
G=44.49%
B=33.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105790.5000.250.59150.5733.7630.78
Hex34694F320193B97221f
Octal6415111762031732274237
Binary110100110100110011111100100110011110111001011110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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