#34654E

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

Shades of Spectra #34654E

Tints of Spectra #34654E

Color information

#34654E (or 0x34654E) is unknown color: approx Spectra. HEX triplet: 34, 65 and 4E. RGB value is (52,101,78). Sum of RGB (Red+Green+Blue) = 52+101+78=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 101 - color contains mainly: green. Hex color #34654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34654E is #CB9AB1. Grayscale: #535353. Windows color (decimal): -13343410 or 5137716. OLE color: 5137716.

HSL color Cylindrical-coordinate representation of color #34654E: hue angle of 151.84º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #34654E is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB5210178-
CMYK0.4900.230.60
HSL151.84º32.03%30%-
HSV(B)151.84º48.51%39.61%-
XYZ7.4510.598.86-
YUV83.73124.77105.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.51%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=22.51%
G=43.72%
B=33.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52101780.4900.230.60151.8432.0330
Hex34654E310173C98201e
Octal6414511661027742304036
Binary110100110010110011101100010101111111001001100010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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