#34654F

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

Shades of Spectra #34654F

Tints of Spectra #34654F

Color information

#34654F (or 0x34654F) is unknown color: approx Spectra. HEX triplet: 34, 65 and 4F. RGB value is (52,101,79). Sum of RGB (Red+Green+Blue) = 52+101+79=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #34654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34654F is #CB9AB0. Grayscale: #535353. Windows color (decimal): -13343409 or 5203252. OLE color: 5203252.

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

Color convert

RGB5210179-
CMYK0.4900.220.60
HSL153.06º32.03%30%-
HSV(B)153.06º48.51%39.61%-
XYZ7.4810.69.05-
YUV83.84125.27105.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 79 (31.25% from 255) = 34.05%
R=22.41%
G=43.53%
B=34.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52101790.4900.220.60153.0632.0330
Hex34654F310163C99201e
Octal6414511761026742314036
Binary110100110010110011111100010101101111001001100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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