#34534A

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

Shades of Spectra #34534A

Tints of Spectra #34534A

Color information

#34534A (or 0x34534A) is unknown color: approx Spectra. HEX triplet: 34, 53 and 4A. RGB value is (52,83,74). Sum of RGB (Red+Green+Blue) = 52+83+74=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #34534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34534A is #CBACB5. Grayscale: #484848. Windows color (decimal): -13348022 or 4870964. OLE color: 4870964.

HSL color Cylindrical-coordinate representation of color #34534A: hue angle of 162.58º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #34534A is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB528374-
CMYK0.3700.110.67
HSL162.58º22.96%26.47%-
HSV(B)162.58º37.35%32.55%-
XYZ5.757.417.61-
YUV72.7128.73113.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=24.88%
G=39.71%
B=35.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283740.3700.110.67162.5822.9626.47
Hex34534A250B43a3171a
Octal64123112450131032432732
Binary11010010100111001010100101010111000011101000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34534A; }

 p { color: rgb(52,83,74); }

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

<style>
 a { background-color: #34534A; }

 a { background-color: rgb(52,83,74); }

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

<style>
 span { border-color: #34534A; }

 span { border-color: rgb(52,83,74); }

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