#34694D

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

Shades of Spectra #34694D

Tints of Spectra #34694D

Color information

#34694D (or 0x34694D) is unknown color: approx Spectra. HEX triplet: 34, 69 and 4D. RGB value is (52,105,77). Sum of RGB (Red+Green+Blue) = 52+105+77=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 105 (41.41% from 255 or 44.87% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 105 - color contains mainly: green. Hex color #34694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34694D is #CB96B2. Grayscale: #565656. Windows color (decimal): -13342387 or 5073204. OLE color: 5073204.

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

Color convert

RGB5210577-
CMYK0.5000.270.59
HSL148.3º33.76%30.78%-
HSV(B)148.3º50.48%41.18%-
XYZ7.8111.378.8-
YUV85.96122.94103.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 105 (41.41% from 255) = 44.87%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=22.22%
G=44.87%
B=32.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105770.5000.270.59148.333.7630.78
Hex34694D3201B3B94221f
Octal6415111562033732244237
Binary110100110100110011011100100110111110111001010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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