#34644F

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

Shades of Spectra #34644F

Tints of Spectra #34644F

Color information

#34644F (or 0x34644F) is unknown color: approx Spectra. HEX triplet: 34, 64 and 4F. RGB value is (52,100,79). Sum of RGB (Red+Green+Blue) = 52+100+79=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 100 (39.45% from 255 or 43.29% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 100 - color contains mainly: green. Hex color #34644F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34644F is #CB9BB0. Grayscale: #535353. Windows color (decimal): -13343665 or 5202996. OLE color: 5202996.

HSL color Cylindrical-coordinate representation of color #34644F: hue angle of 153.75º 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 #34644F is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB5210079-
CMYK0.4800.210.61
HSL153.75º31.58%29.8%-
HSV(B)153.75º48%39.22%-
XYZ7.3810.419.02-
YUV83.25125.6105.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 100 (39.45% from 255) = 43.29%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=22.51%
G=43.29%
B=34.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100790.4800.210.61153.7531.5829.8
Hex34644F300153D9a201e
Octal6414411760025752324036
Binary110100110010010011111100000101011111011001101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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