#34654D

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

Shades of Spectra #34654D

Tints of Spectra #34654D

Color information

#34654D (or 0x34654D) is unknown color: approx Spectra. HEX triplet: 34, 65 and 4D. RGB value is (52,101,77). Sum of RGB (Red+Green+Blue) = 52+101+77=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #34654D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34654D is #CB9AB2. Grayscale: #535353. Windows color (decimal): -13343411 or 5072180. OLE color: 5072180.

HSL color Cylindrical-coordinate representation of color #34654D: hue angle of 150.61º 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 #34654D is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB5210177-
CMYK0.4900.240.60
HSL150.61º32.03%30%-
HSV(B)150.61º48.51%39.61%-
XYZ7.4110.578.67-
YUV83.61124.27105.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 101 (39.84% from 255) = 43.91%
BLUE value IS 77 (30.47% from 255) = 33.48%
R=22.61%
G=43.91%
B=33.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52101770.4900.240.60150.6132.0330
Hex34654D310183C97201e
Octal6414511561030742274036
Binary110100110010110011011100010110001111001001011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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