#346953

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

Shades of Spectra #346953

Tints of Spectra #346953

Color information

#346953 (or 0x346953) is unknown color: approx Spectra. HEX triplet: 34, 69 and 53. RGB value is (52,105,83). Sum of RGB (Red+Green+Blue) = 52+105+83=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #346953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346953 is #CB96AC. Grayscale: #565656. Windows color (decimal): -13342381 or 5466420. OLE color: 5466420.

HSL color Cylindrical-coordinate representation of color #346953: hue angle of 155.09º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346953 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB5210583-
CMYK0.5000.210.59
HSL155.09º33.76%30.78%-
HSV(B)155.09º50.48%41.18%-
XYZ8.0311.469.97-
YUV86.64125.94103.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=21.67%
G=43.75%
B=34.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105830.5000.210.59155.0933.7630.78
Hex346953320153B9b221f
Octal6415112362025732334237
Binary110100110100110100111100100101011110111001101110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346953; }

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

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

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

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

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

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

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

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