#346452

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

Shades of Spectra #346452

Tints of Spectra #346452

Color information

#346452 (or 0x346452) is unknown color: approx Spectra. HEX triplet: 34, 64 and 52. RGB value is (52,100,82). Sum of RGB (Red+Green+Blue) = 52+100+82=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #346452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346452 is #CB9BAD. Grayscale: #535353. Windows color (decimal): -13343662 or 5399604. OLE color: 5399604.

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

Color convert

RGB5210082-
CMYK0.4800.180.61
HSL157.5º31.58%29.8%-
HSV(B)157.5º48%39.22%-
XYZ7.510.459.61-
YUV83.6127.1105.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=22.22%
G=42.74%
B=35.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52100820.4800.180.61157.531.5829.8
Hex346452300123D9e201e
Octal6414412260022752364036
Binary110100110010010100101100000100101111011001111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346452; }

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

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

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

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

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

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

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

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